Cardbuzz Shopping & Redemption

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

Cardbuzz Shopping & Redemption क्या है?

Cardbuzz Shopping & Redemption Scandid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CardBuzz Extension helps customers to generate and apply Vouchers on the e-Commerce websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cardbuzz Shopping & Redemption एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
    ]
}