WowApp SmartWeb

WowApp brings you 'Smart Web', an Extension that provides shortcuts to WowApp ways to earn.

WowApp SmartWeb là gì?

WowApp SmartWeb 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à "WowApp brings you 'Smart Web', an Extension that provides shortcuts to WowApp ways to earn.".

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

screenshot
screenshot
screenshot

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

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

                        Install SmartWeb and replace your Chrome New Tab page with great functionality designed to provide you with shortcuts to WowApp products and remind you of the possibility to receive cashback whilst shopping.

Shopping Assistant

Make sure you always get the best deal! The Shopping Assistant within Smart Web extension 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 Shopping Assistant will notify you.

Surveys

Your opinion is valuable, and it also brings you earnings! Just fill in the available surveys and you receive WowCoins in exchange.

Games

Interested in playing games? Get easily redirected to our editor’s picks from the extension’s homepage.

Latest News

Tired of having to visit multiple sites to get your news? We provide you with shortcuts to the latest news in the categories of your choice.

Earnings Summary

Receive your summary earnings without having to visit our website.                    

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

Tên WowApp SmartWeb WowApp SmartWeb
ID ohahpmcamnjffnbjbjmjmmkkfajhaeag
URL Chính Thức https://chromewebstore.google.com/detail/wowapp-smartweb/ohahpmcamnjffnbjbjmjmmkkfajhaeag
Mô tả WowApp brings you 'Smart Web', an Extension that provides shortcuts to WowApp ways to earn.
Kích Thước Tệp 174 KB
Số Lần Cài Đặt 8,792
Phiên Bản Hiện Tại 4.8.1
Cập Nhật Lần Cuối 2023-05-18
Ngày Phát Hành 2020-06-22
Đánh Giá 4.71/5 Tổng số 533 Đá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 SmartWeb",
    "description": "WowApp brings you 'Smart Web', an Extension that provides shortcuts to WowApp ways to earn.",
    "version": "4.8.1",
    "icons": {
        "16": "\/data\/img\/icon-16.png",
        "32": "\/data\/img\/icon-32.png",
        "64": "\/data\/img\/icon-64.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "topSites",
        "cookies",
        "alarms",
        ""
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.wowapp.com\/*"
        ]
    },
    "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_end",
            "js": [
                "\/data\/js\/jquery.js",
                "\/data\/js\/favorites.js",
                "\/data\/js\/shop-selector.js"
            ],
            "css": [
                "\/data\/css\/checkbox.css",
                "\/data\/css\/modal.css"
            ],
            "matches": [
                "*:\/\/smartweb.wowapp.com\/*",
                "*:\/\/prelive-smartweb.wowapp.com\/*",
                "*:\/\/dev-smartweb.wowapp.com\/*"
            ]
        },
        {
            "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"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "\/data\/redirect.html"
    },
    "web_accessible_resources": [
        "data\/css\/*.*",
        "data\/img\/*.*",
        "data\/js\/jquery.js",
        "data\/js\/favorites.js",
        "data\/js\/shop-selector.js",
        "data\/js\/shop.js",
        "data\/js\/document-messages.js"
    ]
}