WowApp Shopping Cashback Assistant

The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.

WowApp Shopping Cashback Assistant là gì?

WowApp Shopping Cashback Assistant là một tiện ích mở rộng Chrome được phát triển bởi WowApp Official, và tính năng chính của nó là "The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.".

Ả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 WowApp Shopping Cashback Assistant

Tải xuống các tệp mở rộng WowApp Shopping Cashback Assistant 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

                        Make sure you always get the best deal! The WowApp Shopping Cashback Assistant alerts you about cashback deals and compares cashback amounts for you right in the search results page.

Never again forget to earn cashback in WowApp Shop Online! Anytime you are on a store’s website that offers cashback through WowApp, the WowApp Shopping Cashback Assistant will notify you.                    

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

Tên WowApp Shopping Cashback Assistant WowApp Shopping Cashback Assistant
ID hnapnkmenjbgabpcaomceegondmfkakl
URL Chính Thức https://chromewebstore.google.com/detail/wowapp-shopping-cashback/hnapnkmenjbgabpcaomceegondmfkakl
Mô tả The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.
Kích Thước Tệp 142 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2021-01-26
Ngày Phát Hành 2020-06-16
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển WowApp Official
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.wowapp.com/policies/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WowApp Shopping Cashback Assistant",
    "description": "The WowApp Shopping Cashback Assistant helps you earn cashback from online shopping.",
    "version": "1.2.1",
    "icons": {
        "16": "\/data\/img\/icon-16.png",
        "32": "\/data\/img\/icon-32.png",
        "64": "\/data\/img\/icon-64.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "alarms",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "\/data\/img\/icon-grey-16.png",
            "32": "\/data\/img\/icon-grey-32.png",
            "64": "\/data\/img\/icon-grey-64.png"
        }
    },
    "options_ui": {
        "page": "\/data\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/data\/js\/document-messages.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "match_about_blank": false
        },
        {
            "run_at": "document_start",
            "js": [
                "\/data\/js\/jquery.js",
                "\/data\/js\/shop.js"
            ],
            "css": [
                "\/data\/css\/shop.css"
            ],
            "matches": [
                ""
            ],
            "match_about_blank": false
        }
    ],
    "background": {
        "scripts": [
            "\/data\/js\/jquery.js",
            "\/data\/js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "data\/css\/*.*",
        "data\/img\/*.*",
        "data\/js\/jquery.js",
        "data\/js\/shop.js",
        "data\/js\/document-messages.js"
    ]
}