AwardWallet
AwardWallet Browser Helper
Vad är AwardWallet?
AwardWallet är en Chrome-tillägg utvecklad av https://awardwallet.com, och dess huvudfunktion är "AwardWallet Browser Helper".
Tilläggsskärmbilder
Ladda ner AwardWallet-förlängningens CRX-fil
Ladda ner AwardWallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
AwardWallet extension enables users to auto-login to some of the loyalty program websites that they've added to https://AwardWallet.com
Grundläggande Information om Tillägg
Namn | AwardWallet |
ID | lppkddfmnlpjbojooindbmcokchjgbib |
Officiell webbadress | https://chromewebstore.google.com/detail/awardwallet/lppkddfmnlpjbojooindbmcokchjgbib |
Beskrivning | AwardWallet Browser Helper |
Filstorlek | 35.32 KB |
Antal Installationer | 71,251 |
Aktuell Version | 2.37 |
Senast Uppdaterad | 2020-09-02 |
Publiceringsdatum | 2020-05-19 |
Betyg | 4.24/5 Totalt 21 Betyg |
Utvecklare | https://awardwallet.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } } |