AwardWallet
AwardWallet Browser Helper
AwardWalletとは何ですか?
AwardWalletはhttps://awardwallet.comによって開発されたChromeの拡張機能で、その主な機能は「AwardWallet Browser Helper」です。
拡張機能のスクリーンショット
AwardWallet拡張機能のCRXファイルをダウンロード
AwardWallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AwardWallet extension enables users to auto-login to some of the loyalty program websites that they've added to https://AwardWallet.com
拡張機能の基本情報
名前 | AwardWallet |
ID | lppkddfmnlpjbojooindbmcokchjgbib |
公式URL | https://chromewebstore.google.com/detail/awardwallet/lppkddfmnlpjbojooindbmcokchjgbib |
説明 | AwardWallet Browser Helper |
ファイルサイズ | 35.32 KB |
インストール数 | 71,251 |
現在のバージョン | 2.37 |
最終更新日 | 2020-09-02 |
公開日 | 2020-05-19 |
評価 | 4.24/5 合計 21 レビュー |
開発者 | https://awardwallet.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*" ] } } |