Simply Best Coupons - Cashback and Coupons

Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.

What is Simply Best Coupons - Cashback and Coupons?

Simply Best Coupons - Cashback and Coupons is a Chrome extension developed by https://simplybestcoupons.com, and its main feature is "Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.".

Extension Screenshots

screenshot

Download Simply Best Coupons - Cashback and Coupons Extension CRX File

Download Simply Best Coupons - Cashback and Coupons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Reminder to earn cash back when you visit online stores.

Please see our website and browser extension privacy policy here:
https://www.simplybestcoupons.com/Privacy/                    

Extension Basic Information

Name Simply Best Coupons - Cashback and Coupons Simply Best Coupons - Cashback and Coupons
ID opihcipckemolhojbblphpfegfbimhgo
Official URL https://chromewebstore.google.com/detail/simply-best-coupons-cashb/opihcipckemolhojbblphpfegfbimhgo
Description Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.
File Size 1.17 MB
Installation Count 5,058
Current Version 2.3.0.1
Last Updated 2023-05-04
Publish Date 2020-05-15
Rating 3.94/5 Total 17 Ratings
Developer https://simplybestcoupons.com
Email [email protected]
Payment Type free
Extension Website https://www.simplybestcoupons.com/
Help Page URL https://www.simplybestcoupons.com/ContactUs/
Privacy Policy Page URL https://www.simplybestcoupons.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simply Best Coupons - Cashback and Coupons",
    "version": "2.3.0.1",
    "description": "Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.",
    "homepage_url": "https:\/\/www.simplybestcoupons.com\/",
    "author": "Simplybestcoupons",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "cookies"
    ],
    "background": {
        "service_worker": "bg\/bundle.js"
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icon-32.png",
        "default_title": "Simply Best Coupons",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-32.png",
        "18": "icon-32.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                ".\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}