ABOCARD - Der Bonusmelder
ABOCARD - Der Bonusmelder: Shoppen, Sparen und Gewinnen!
What is ABOCARD - Der Bonusmelder?
ABOCARD - Der Bonusmelder is a Chrome extension developed by AVS GmbH – der Kundenbindungsspezialist, and its main feature is "ABOCARD - Der Bonusmelder: Shoppen, Sparen und Gewinnen!".
Extension Screenshots
Download ABOCARD - Der Bonusmelder Extension CRX File
Download ABOCARD - Der Bonusmelder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ABOCARD - Der Bonusmelder zeigt Ihnen beim Surfen automatisch, bei welchen Shops Sie ABOCARD-Vorteile erhalten. Datenschutzerklärung: https://www.ksta.de/datenschutzerklaerung-1587504
Extension Basic Information
Name | |
ID | onnkpmmckhlegkpilncnloklmoacnjdb |
Official URL | https://chromewebstore.google.com/detail/abocard-der-bonusmelder/onnkpmmckhlegkpilncnloklmoacnjdb |
Description | ABOCARD - Der Bonusmelder: Shoppen, Sparen und Gewinnen! |
File Size | 167 KB |
Installation Count | 58 |
Current Version | 1.0.3 |
Last Updated | 2019-07-04 |
Publish Date | 2019-07-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | AVS GmbH – der Kundenbindungsspezialist |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.avs.de/datenschutz |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ABOCARD - Der Bonusmelder", "description": "ABOCARD - Der Bonusmelder: Shoppen, Sparen und Gewinnen!", "version": "1.0.3", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation", "storage" ], "browser_action": { "default_icon": "img\/inactive.png", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/classes\/Config.js", "js\/classes\/Mandant.js", "js\/classes\/Basic.js", "js\/classes\/Icon.js", "js\/classes\/BonusMelder.js", "js\/eventPage.js" ] }, "web_accessible_resources": [ "img\/ajax-loader.gif", "img\/badge.png", "img\/close.png", "img\/hide.png", "img\/icon.png" ] } |