Handla Smart

Shop Smart with Sponsorhuset

Handla Smart là gì?

Handla Smart là một tiện ích mở rộng Chrome được phát triển bởi https://www.sponsorhuset.se, và tính năng chính của nó là "Shop Smart with Sponsorhuset".

Ả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 Handla Smart

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

                        Earn money when you shop online!
By using the plug-in "Handla Smart" on your computer, both you and your club earn money when you shop online.
You dont have to go through Sponsorhuset.se, while the plug-in keeps track of all the shops that are connected to Sponsorhuset. As soon as you visit an online shop, just click YES when the plug-in is being shown and both you and your choosen club, team och organization will earn money from your purchase.                    

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

Tên Handla Smart Handla Smart
ID cgdogkoldofookodmiipcakaejpgocgc
URL Chính Thức https://chromewebstore.google.com/detail/handla-smart/cgdogkoldofookodmiipcakaejpgocgc
Mô tả Shop Smart with Sponsorhuset
Kích Thước Tệp 397 KB
Số Lần Cài Đặt 9,207
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2022-12-07
Ngày Phát Hành 2020-04-24
Đánh Giá 3.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://www.sponsorhuset.se
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.sponsorhuset.se/handla-smart/information.php
URL Trang Chính Sách Bảo Mật https://www.sponsorhuset.se/start/om-sponsorhuset/privacy-policy-chrome-extensions
Ngôn Ngữ Được Hỗ Trợ en,sv
manifest.json
{
    "author": "Sponsorhuset",
    "background": {
        "scripts": [
            "js\/config\/config.js",
            "js\/lib\/jquery.min.js",
            "js\/custom\/common\/api.js",
            "js\/custom\/common\/utilities.js",
            "js\/custom\/common\/eventpage.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/handlasmart.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/config\/config.js",
                "js\/lib\/jquery.min.js",
                "js\/custom\/common\/api.js",
                "js\/custom\/common\/utilities.js",
                "js\/custom\/common\/hs.js",
                "js\/custom\/common\/search_engine.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/custom\/common\/set_hs.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sponsorhuset.se\/*"
        ]
    },
    "icons": {
        "128": "img\/sp_128x128.png",
        "48": "img\/sp_48x48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2",
    "version_name": "3.2",
    "web_accessible_resources": [
        "notification.html",
        "settings.html",
        "popup.html",
        "icon.html",
        "login.html",
        "loggedin.html",
        "optOut.html"
    ]
}