AwardWallet
AwardWallet Browser Helper
What is AwardWallet?
AwardWallet is a Chrome extension developed by https://awardwallet.com, and its main feature is "AwardWallet Browser Helper".
Extension Screenshots
Download AwardWallet Extension CRX File
Download AwardWallet 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
AwardWallet extension enables users to auto-login to some of the loyalty program websites that they've added to https://AwardWallet.com
Extension Basic Information
Name | AwardWallet |
ID | lppkddfmnlpjbojooindbmcokchjgbib |
Official URL | https://chromewebstore.google.com/detail/awardwallet/lppkddfmnlpjbojooindbmcokchjgbib |
Description | AwardWallet Browser Helper |
File Size | 35.32 KB |
Installation Count | 71,251 |
Current Version | 2.37 |
Last Updated | 2020-09-02 |
Publish Date | 2020-05-19 |
Rating | 4.24/5 Total 21 Ratings |
Developer | https://awardwallet.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } } |