AwardWallet
AwardWallet Browser Helper
Wat is AwardWallet?
AwardWallet is een Chrome-extensie ontwikkeld door https://awardwallet.com, en de belangrijkste functie is "AwardWallet Browser Helper".
Extensie Screenshots
Download het CRX-bestand van de extensie AwardWallet
Download AwardWallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
AwardWallet extension enables users to auto-login to some of the loyalty program websites that they've added to https://AwardWallet.com
Basisinformatie over de Extensie
Naam | AwardWallet |
ID | lppkddfmnlpjbojooindbmcokchjgbib |
Officiële URL | https://chromewebstore.google.com/detail/awardwallet/lppkddfmnlpjbojooindbmcokchjgbib |
Beschrijving | AwardWallet Browser Helper |
Bestandsgrootte | 35.32 KB |
Aantal Installaties | 71,251 |
Huidige Versie | 2.37 |
Laatst Bijgewerkt | 2020-09-02 |
Publicatiedatum | 2020-05-19 |
Beoordeling | 4.24/5 Totaal 21 Beoordelingen |
Ontwikkelaar | https://awardwallet.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |