Shoppiday cashback

Get cashback for every order in en PcComponentes, MediaMarkt, Vueling and a lot more with Shoppiday's cashback plugin.

Cos'è Shoppiday cashback?

Shoppiday cashback è un'estensione di Chrome sviluppata da https://shoppiday.es, e la sua funzione principale è "Get cashback for every order in en PcComponentes, MediaMarkt, Vueling and a lot more with Shoppiday's cashback plugin.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shoppiday cashback

Scarica i file di estensione Shoppiday cashback 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

                        Always get cashback. 

Forget about starting your orders in Shoppiday's web and just surf the web! 

Shoppiday's plugin will advise you when the online store you are visiting has cashback. It's the time to win money while you browse and order online. 

It's safe, free and intelligent. What are you waiting for? Your pocket will be welcome.                    

Informazioni di Base sull'Estensione

Nome Shoppiday cashback Shoppiday cashback
ID hkkjkmoplgfbkpbbnkjojabogbcbcepd
URL Ufficiale https://chromewebstore.google.com/detail/shoppiday-cashback/hkkjkmoplgfbkpbbnkjojabogbcbcepd
Descrizione Get cashback for every order in en PcComponentes, MediaMarkt, Vueling and a lot more with Shoppiday's cashback plugin.
Dimensione del File 403 KB
Conteggio Installazioni 1,775
Versione Corrente 0.0.9.14
Ultimo Aggiornamento 2021-01-21
Data di Pubblicazione 2020-02-22
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore https://shoppiday.es
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.shoppiday.es/
URL della Pagina di Aiuto https://www.shoppiday.es/contacto
URL della Pagina della Politica sulla Privacy https://www.shoppiday.es/politica-de-privacidad
Lingue Supportate en,es
manifest.json
{
    "author": "Shoppiday Digital",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "data\/logo-48.png",
        "default_title": "Shoppiday cashback"
    },
    "default_locale": "es",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/www.shoppiday.es",
    "icons": {
        "128": "data\/logo-128.png",
        "16": "data\/logo-16.png",
        "32": "data\/logo-32.png",
        "48": "data\/logo-48.png"
    },
    "manifest_version": 2,
    "name": "Shoppiday cashback",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "tabs",
        "storage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Shoppiday cashback",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.9.14",
    "web_accessible_resources": [
        "data\/*"
    ]
}