Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Form Email Checkbox", "short_name": "Auto Form Email Checkbox", "description": "Auto Form Email Checkbox", "version": "0.0.1", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "contentscript.js" ] } ], "icons": { "128": "assets\/128.png" } }