Coupon2Deal

Coupon2Deal extension is here to provide you cashback from almost every store.

Qu'est-ce que Coupon2Deal ?

Coupon2Deal est une extension Chrome développée par callsmaster, et sa fonction principale est "Coupon2Deal extension is here to provide you cashback from almost every store.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Coupon2Deal

Téléchargez les fichiers d'extension Coupon2Deal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Coupon2Deal is USA based online platform established in 2019 with its arms and network spread worldwide. We, at Coupon2Deal are devoted to deliver the best outcome to our users to fulfill the buds of their love for shopping while sitting at home  with a cup of coffee.

Since shopping dwells in almost every heart, we run our global network by providing interesting Deals, Coupons & Promo Codes; applicable for different shopping channels to our shopping audience.

Through the Deals, Coupons and Discounts we bring, you save more and shop more.
Visit https://www.coupon2deal.com                    

Informations de Base sur l'Extension

Nom Coupon2Deal Coupon2Deal
ID liljjnfbhfaimmnhonkbckeogkbmekcm
URL Officiel https://chrome.google.com/webstore/detail/coupon2deal/liljjnfbhfaimmnhonkbckeogkbmekcm
Description Coupon2Deal extension is here to provide you cashback from almost every store.
Taille du Fichier 25.28 KB
Nombre d'Installations 6,000
Version Actuelle 2.8
Dernière Mise à Jour 2022-01-25
Date de Publication 2020-09-20
Évaluation 4.49/5 Total 41 Évaluations
Développeur callsmaster
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.coupon2deal.com/
URL de la Page d'Aide https://www.coupon2deal.com/
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coupon2Deal",
    "version": "2.8",
    "description": "Coupon2Deal extension is here to provide you cashback from almost every store.",
    "icons": {
        "128": ".\/icons\/c2d128.png",
        "48": ".\/icons\/c2d48.png",
        "16": ".\/icons\/c2d16.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/c2d128.png",
        "default_title": "Coupon2Deal"
    },
    "background": {
        "scripts": [
            ".\/background\/event.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.coupontodeal.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/shared\/content.js"
            ],
            "css": [
                ".\/shared\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        "https:\/\/super-dashboard-images-cdn.s3.amazonaws.com\/images\/1628586860044-coupon2deallogojpg.jpeg"
    ]
}