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."입니다.
확장 프로그램 스크린샷
Cardbuzz Shopping & Redemption 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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:\/\/*\/*" ] } |