Shoppiday cashback

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

O que é Shoppiday cashback?

Shoppiday cashback é uma extensão do Chrome desenvolvida por https://shoppiday.es, e sua principal característica é "Get cashback for every order in en PcComponentes, MediaMarkt, Vueling and a lot more with Shoppiday's cashback plugin.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Shoppiday cashback

Baixe arquivos de extensão Shoppiday cashback no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Shoppiday cashback Shoppiday cashback
ID hkkjkmoplgfbkpbbnkjojabogbcbcepd
URL Oficial https://chromewebstore.google.com/detail/shoppiday-cashback/hkkjkmoplgfbkpbbnkjojabogbcbcepd
Descrição Get cashback for every order in en PcComponentes, MediaMarkt, Vueling and a lot more with Shoppiday's cashback plugin.
Tamanho do Arquivo 403 KB
Contagem de Instalações 1,775
Versão Atual 0.0.9.14
Última Atualização 2021-01-21
Data de Publicação 2020-02-22
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor https://shoppiday.es
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.shoppiday.es/
URL da Página de Ajuda https://www.shoppiday.es/contacto
URL da Página de Política de Privacidade https://www.shoppiday.es/politica-de-privacidad
Idiomas Suportados 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\/*"
    ]
}