AwardWallet
AwardWallet Browser Helper
Qu'est-ce que AwardWallet ?
AwardWallet est une extension Chrome développée par https://awardwallet.com, et sa fonction principale est "AwardWallet Browser Helper".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AwardWallet
Téléchargez les fichiers d'extension AwardWallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
AwardWallet extension enables users to auto-login to some of the loyalty program websites that they've added to https://AwardWallet.com
Informations de Base sur l'Extension
Nom | AwardWallet |
ID | lppkddfmnlpjbojooindbmcokchjgbib |
URL Officiel | https://chromewebstore.google.com/detail/awardwallet/lppkddfmnlpjbojooindbmcokchjgbib |
Description | AwardWallet Browser Helper |
Taille du Fichier | 35.32 KB |
Nombre d'Installations | 71,251 |
Version Actuelle | 2.37 |
Dernière Mise à Jour | 2020-09-02 |
Date de Publication | 2020-05-19 |
Évaluation | 4.24/5 Total 21 Évaluations |
Développeur | https://awardwallet.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } } |