AwardWallet
AwardWallet Browser Helper
Was ist AwardWallet?
AwardWallet ist eine Chrome-Erweiterung, die von https://awardwallet.com entwickelt wurde, und ihr Hauptmerkmal ist "AwardWallet Browser Helper".
Erweiterungsscreenshots
AwardWallet-Erweiterungs-CRX-Datei herunterladen
Laden Sie AwardWallet-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
AwardWallet extension enables users to auto-login to some of the loyalty program websites that they've added to https://AwardWallet.com
Grundlegende Informationen zur Erweiterung
Name | AwardWallet |
ID | lppkddfmnlpjbojooindbmcokchjgbib |
Offizielle URL | https://chromewebstore.google.com/detail/awardwallet/lppkddfmnlpjbojooindbmcokchjgbib |
Beschreibung | AwardWallet Browser Helper |
Dateigröße | 35.32 KB |
Installationsanzahl | 71,251 |
Aktuelle Version | 2.37 |
Letztes Update | 2020-09-02 |
Veröffentlichungsdatum | 2020-05-19 |
Bewertung | 4.24/5 Insgesamt 21 Bewertungen |
Entwickler | https://awardwallet.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AwardWallet", "author": "AwardWallet LLC", "version": "2.37", "description": "AwardWallet Browser Helper", "homepage_url": "https:\/\/awardwallet.com\/", "icons": { "16": "icons\/icon16.png", "44": "icons\/icon44.png", "48": "icons\/icon48.png", "50": "icons\/icon50.png", "128": "icons\/icon128.png", "150": "icons\/icon150.png", "180": "icons\/icon180.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.awardwallet.com\/*" ], "js": [ "src\/content.js" ], "run_at": "document_idle", "all_frames": false } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ "webRequest", "https:\/\/awardwallet.com\/*", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "externally_connectable": { "matches": [ "https:\/\/*.awardwallet.com\/*" ] } } |