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 |
电子邮箱 | [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\/*" ] } } |