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": "Email Spam Checker", "version": "5.3.2", "description": "Checks if Your Sent Emails are going to Spam? So if they\u2019re, it takes them to Inbox for You", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "web_accessible_resources": [ { "resources": [ "main.bundle.js" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage", "activeTab", "identity", "identity.email" ], "oauth2": { "client_id": "510249814692-eqnek9ap5rstvvnkmlsar94gbro1aind.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/gmail.send", "https:\/\/www.googleapis.com\/auth\/gmail.compose", "https:\/\/www.googleapis.com\/auth\/gmail.readonly" ] }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/u\/0\/" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/mail.google.com\/mail\/u\/0\/" ], "js": [ "contentGoogleScript.js" ] }, { "matches": [ "https:\/\/outlook.live.com\/mail\/0\/" ], "js": [ "contentGoogleScript.js" ] }, { "matches": [ "https:\/\/mail.google.com\/mail\/u\/0\/" ], "js": [ "contentsenttagsScript.js" ] }, { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/outlook.office.com\/mail\/" ], "js": [ "contentGoogleScript.js" ] }, { "matches": [ "https:\/\/us12.admin.mailchimp.com\/*" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/us20.admin.mailchimp.com\/" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/*.admin.mailchimp.com\/*" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/us16.admin.mailchimp.com\/campaigns\/?redirect_id=8lo5jPaWln" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/app-na2.hubspot.com\/*" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/app-na2.hubspot.com\/user-guide\/242469993?via=home" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/*.hubspot.com\/*" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/speed-connect-6414.lightning.force.com\/*" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/ruby-dream-4595.lightning.force.com\/lightning\/page\/home" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/www.klaviyo.com\/onboarding\/integrate?taskSlug=integrate-other" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/www.klaviyo.com\/dashboard" ], "js": [ "contentScript.js" ] }, { "matches": [ "https:\/\/www.klaviyo.com\/*" ], "js": [ "contentScript.js" ] } ] }