AwardWallet

AwardWallet Browser Helper

AwardWallet là gì?

AwardWallet là một tiện ích mở rộng Chrome được phát triển bởi https://awardwallet.com, và tính năng chính của nó là "AwardWallet Browser Helper".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AwardWallet

Tải xuống các tệp mở rộng AwardWallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        AwardWallet extension enables users to auto-login to some of the loyalty program websites that they've added to https://AwardWallet.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AwardWallet AwardWallet
ID lppkddfmnlpjbojooindbmcokchjgbib
URL Chính Thức https://chromewebstore.google.com/detail/awardwallet/lppkddfmnlpjbojooindbmcokchjgbib
Mô tả AwardWallet Browser Helper
Kích Thước Tệp 35.32 KB
Số Lần Cài Đặt 71,251
Phiên Bản Hiện Tại 2.37
Cập Nhật Lần Cuối 2020-09-02
Ngày Phát Hành 2020-05-19
Đánh Giá 4.24/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://awardwallet.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}