Cashback Comparison
This extension will check if there is any cashback for the store a user is visiting.
什麼是Cashback Comparison?
Cashback Comparison是由https://www.cashbackholic.com開發的Chrome擴展程式,該擴展的主要功能是“This extension will check if there is any cashback for the store a user is visiting.”。
擴展截圖
下載Cashback Comparison擴展crx文件
下載Cashback Comparison擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Cashback Comparison Chrome Extension (plug-in) is provided by CashbackHolic.com to facilitate an easy cashback search and comparison for the online retail store that a shopper is visiting. Simply click the icon on the top right corner of your Chrome Browser, available cashback offers will be displayed for you in a second. No login, no typing, no search button, just one click! This tool will save you time and money for over 10,000 online stores without visiting our cashback comparison site. Disclaimer: The store you are visiting will be known to this plug-in for cashback search purposes only. No visiting data will be stored on the server or anywhere else. Your privacy is safely protected.
擴展基本資訊
名稱 | Cashback Comparison |
ID | lkaidpojjdmihdpgegfhhgjcjloknlhm |
官方網址 | https://chromewebstore.google.com/detail/cashback-comparison/lkaidpojjdmihdpgegfhhgjcjloknlhm |
簡介 | This extension will check if there is any cashback for the store a user is visiting. |
檔案大小 | 103 KB |
安裝次數 | 6,000 |
目前版本 | 3.3.0.1 |
更新時間 | 2023-12-21 |
上架時間 | 2018-11-30 |
評分 | 4.78/5 共 9 次評分 |
開發者 | https://www.cashbackholic.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://cashbackholic.com |
說明頁面URL | https://www.cashbackholic.com/faqs.html |
隱私政策頁面URL | https://www.cashbackholic.com/privacy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cashback Comparison", "description": "This extension will check if there is any cashback for the store a user is visiting.", "version": "3.3.0.1", "action": { "default_icon": { "16": "icon.png", "24": "icon24.png", "32": "icon32.png", "64": "icon64.png" }, "default_popup": "popup.html" }, "permissions": [ "background", "activeTab", "tabs" ], "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "service_worker": "background.js", "type": "module" } } |