WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Email Spam Checker

Email Spam Checker

View on Chrome Web Store
View Email Spam Checker Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
20 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Checks if Your Sent Emails are going to Spam? So if they’re, it takes them to Inbox for You
Type
Extension
Users
234 users
9
BeTimeful Inc
View author page of BeTimeful Inc
Published
Published on August 27, 2024
Version 5.3.2
Manifest version
3
Updated
Updated on August 21, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Email Spam Checker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top