Simply Best Coupons - Cashback and Coupons

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

Wat is Simply Best Coupons - Cashback and Coupons?

Simply Best Coupons - Cashback and Coupons is een Chrome-extensie ontwikkeld door https://simplybestcoupons.com, en de belangrijkste functie is "Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simply Best Coupons - Cashback and Coupons

Download Simply Best Coupons - Cashback and Coupons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Simply Best Coupons - Cashback and Coupons Simply Best Coupons - Cashback and Coupons
ID opihcipckemolhojbblphpfegfbimhgo
Officiële URL https://chromewebstore.google.com/detail/simply-best-coupons-cashb/opihcipckemolhojbblphpfegfbimhgo
Beschrijving Top Coupons, Top Stores, Your Account Information and Cash Back are all just one click away.
Bestandsgrootte 1.17 MB
Aantal Installaties 5,058
Huidige Versie 2.3.0.1
Laatst Bijgewerkt 2023-05-04
Publicatiedatum 2020-05-15
Beoordeling 3.94/5 Totaal 17 Beoordelingen
Ontwikkelaar https://simplybestcoupons.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.simplybestcoupons.com/
Help Pagina-URL https://www.simplybestcoupons.com/ContactUs/
URL van de Privacybeleid Pagina https://www.simplybestcoupons.com/privacy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}