Cardbuzz Shopping & Redemption

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

什么是Cardbuzz Shopping & Redemption?

Cardbuzz Shopping & Redemption是由Scandid开发的Chrome扩展程序,该扩展的主要功能是“CardBuzz Extension helps customers to generate and apply Vouchers on the e-Commerce websites.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Cardbuzz Shopping & Redemption扩展crx文件

下载Cardbuzz Shopping & Redemption扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Cardbuzz Shopping & Redemption Cardbuzz Shopping & Redemption
ID hkgofibmdogfnojlnbcnlediiajgpdae
官方URL https://chromewebstore.google.com/detail/cardbuzz-shopping-redempt/hkgofibmdogfnojlnbcnlediiajgpdae
简介 CardBuzz Extension helps customers to generate and apply Vouchers on the e-Commerce websites.
文件大小 61.81 KB
安装次数 46
当前版本 1.0.0.4
更新时间 2023-01-12
上架时间 2022-05-19
开发者 Scandid
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cardbuzzrewards.in/
帮助页面URL https://cardbuzzrewards.in/
隐私政策页面URL http://scandid.in/help/privacy
支持的语言 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:\/\/*\/*"
    ]
}