i'm working on a gmail contextual gadget (GWT) to deploy on the google market place. the gadget is triggered correctly but when i try to get content matches it fail.
<Module>
<ModulePrefs author="xxx" author_affiliation="xxx" author_email="xxx"
directory_title="Test GMail Contextual Gadget"
title="Test Contextual Gadget">
<Require feature="google.contentmatch">
<Param name="extractors">google.com:EmailBodyExtractor</Param>
</Require>
</ModulePrefs>
<Content type="html" view="card">
....
in the browser console i see the following error:
Uncaught ReferenceError: google is not defined
any idea ?