Shoppiday cashback

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

¿Qué es Shoppiday cashback?

Shoppiday cashback es una extensión de Chrome desarrollada por https://shoppiday.es, y su función principal es "Get cashback for every order in en PcComponentes, MediaMarkt, Vueling and a lot more with Shoppiday's cashback plugin.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Shoppiday cashback

Descarga archivos de extensión Shoppiday cashback en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Shoppiday cashback Shoppiday cashback
ID hkkjkmoplgfbkpbbnkjojabogbcbcepd
URL Oficial https://chromewebstore.google.com/detail/shoppiday-cashback/hkkjkmoplgfbkpbbnkjojabogbcbcepd
Descripción Get cashback for every order in en PcComponentes, MediaMarkt, Vueling and a lot more with Shoppiday's cashback plugin.
Tamaño del Archivo 403 KB
Cantidad de Instalaciones 1,775
Versión Actual 0.0.9.14
Última Actualización 2021-01-21
Fecha de Publicación 2020-02-22
Calificación 4.40/5 Total de 5 Calificaciones
Desarrollador https://shoppiday.es
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.shoppiday.es/
URL de la Página de Ayuda https://www.shoppiday.es/contacto
URL de la Página de Política de Privacidad https://www.shoppiday.es/politica-de-privacidad
Idiomas Soportados 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\/*"
    ]
}