Cashback Comparison
This extension will check if there is any cashback for the store a user is visiting.
Was ist Cashback Comparison?
Cashback Comparison ist eine Chrome-Erweiterung, die von https://www.cashbackholic.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will check if there is any cashback for the store a user is visiting.".
Erweiterungsscreenshots
Cashback Comparison-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cashback Comparison-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Cashback Comparison |
ID | lkaidpojjdmihdpgegfhhgjcjloknlhm |
Offizielle URL | https://chromewebstore.google.com/detail/cashback-comparison/lkaidpojjdmihdpgegfhhgjcjloknlhm |
Beschreibung | This extension will check if there is any cashback for the store a user is visiting. |
Dateigröße | 103 KB |
Installationsanzahl | 6,000 |
Aktuelle Version | 3.3.0.1 |
Letztes Update | 2023-12-21 |
Veröffentlichungsdatum | 2018-11-30 |
Bewertung | 4.78/5 Insgesamt 9 Bewertungen |
Entwickler | https://www.cashbackholic.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://cashbackholic.com |
Hilfeseite URL | https://www.cashbackholic.com/faqs.html |
URL der Datenschutzrichtlinien-Seite | https://www.cashbackholic.com/privacy.html |
Unterstützte Sprachen | 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" } } |