Cardbuzz Shopping & Redemption

CardBuzz Extension helps customers to generate and apply Vouchers on the e-Commerce websites.

O que é Cardbuzz Shopping & Redemption?

Cardbuzz Shopping & Redemption é uma extensão do Chrome desenvolvida por Scandid, e sua principal característica é "CardBuzz Extension helps customers to generate and apply Vouchers on the e-Commerce websites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cardbuzz Shopping & Redemption

Baixe arquivos de extensão Cardbuzz Shopping & Redemption 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

                        CardBuzz is the new-age fintech company. CardBuzz allows its customer & field executives to earn points for various activities. Now these Reward CardBuzz points can be redeemed on any e-Commerce portal in India. The CardBuzz customers can shop on ecommerce website using the gift cards/vouchers generated instantly by the CardBuzz extension.

With CardBuzz extension you can currently shop on
•	Amazon India
•	Flipkart
•	TataCliq
•	Myntra

CardBuzz will be adding more websites to the above list in next few months. 

CardBuzz Extension integrates with your browser and helps customers to generate and apply Vouchers on the e-Commerce websites.

With this Extension, the customer can check CardBuzz point balance and transactions history.                    

Informações Básicas da Extensão

Nome Cardbuzz Shopping & Redemption Cardbuzz Shopping & Redemption
ID hkgofibmdogfnojlnbcnlediiajgpdae
URL Oficial https://chromewebstore.google.com/detail/cardbuzz-shopping-redempt/hkgofibmdogfnojlnbcnlediiajgpdae
Descrição CardBuzz Extension helps customers to generate and apply Vouchers on the e-Commerce websites.
Tamanho do Arquivo 61.81 KB
Contagem de Instalações 46
Versão Atual 1.0.0.4
Última Atualização 2023-01-12
Data de Publicação 2022-05-19
Desenvolvedor Scandid
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cardbuzzrewards.in/
URL da Página de Ajuda https://cardbuzzrewards.in/
URL da Página de Política de Privacidade http://scandid.in/help/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cardbuzz Shopping & Redemption",
    "description": "CardBuzz Extension helps customers to generate and apply Vouchers on the e-Commerce websites.",
    "version": "1.0.0.4",
    "author": "[email protected]",
    "short_name": "Cardbuzz",
    "homepage_url": "https:\/\/cardbuzzrewards.in\/",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "swbg.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "activeTab",
        "background",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}