Smarty.Sale Cash Back

Smarty.Sale Cash Back

Cos'è Smarty.Sale Cash Back?

Smarty.Sale Cash Back è un'estensione di Chrome sviluppata da https://smarty.sale, e la sua funzione principale è "Smarty.Sale Cash Back".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Smarty.Sale Cash Back

Scarica i file di estensione Smarty.Sale Cash Back in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        With our service, you will never miss a pleasant payback up to 50% for your online purchases. You don't need to visit the website of a store for checking cashback availability, the service will let you know and notify in a friendly manner. In addition, you can activate cashbacks right from the Smarty.Sale service, which is quite convenient as well!
After installation of Smarty.Sale, an icon with our logo will appear at the top right. Click it to register and enter for cashback activation.                    

Informazioni di Base sull'Estensione

Nome Smarty.Sale Cash Back Smarty.Sale Cash Back
ID jphoeefokmhkfljjhlpbndhikhjpencm
URL Ufficiale https://chromewebstore.google.com/detail/smartysale-cash-back/jphoeefokmhkfljjhlpbndhikhjpencm
Descrizione Smarty.Sale Cash Back
Dimensione del File 186 KB
Conteggio Installazioni 39,290
Versione Corrente 3.0.96
Ultimo Aggiornamento 2020-05-05
Data di Pubblicazione 2020-05-04
Valutazione 3.67/5 Totale 72 Valutazioni
Sviluppatore https://smarty.sale
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://smarty.sale/geo/plugin
URL della Pagina di Aiuto https://smarty.sale/geo/help
URL della Pagina della Politica sulla Privacy https://smarty.sale/geo/privacy_policy.html
Lingue Supportate en,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "3.0.96",
    "description": "Smarty.Sale Cash Back",
    "default_locale": "ru",
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon19.png",
            "38": "img\/icons\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icons\/icon16.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.png",
        "img\/*.svg",
        "js\/inject*.js",
        "css\/inject.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.google.com https:\/\/*.gstatic.com; object-src 'self' https:\/\/*.google.com https:\/\/*.gstatic.com",
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "management",
        "tabs",
        ""
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "homepage_url": "https:\/\/smarty.sale"
}