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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } } |