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", "name": "Mailsie \u2013 Automatic Email & Social Media Extractor", "version": "1.3", "description": "Automatically extract emails and social media profiles from any website while you browse", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "notifications", "storage", "identity" ], "web_accessible_resources": [ { "resources": [ "autoBrowser.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "host_permissions": [ "http:\/\/*\/*", "*:\/\/*\/*" ], "icons": { "128": "icons\/128.png" }, "oauth2": { "client_id": "970872214371-f5siisoimg5cane2pd6np0tl69j871cn.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "action": { "default_title": "MAILSIE E-MAIL EXTRACTOR", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "autoBrowser.js" ] } ] }