Handla Smart

Shop Smart with Sponsorhuset

Handla Smartคืออะไร?

Handla Smart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sponsorhuset.se และคุณลักษณะหลักของมันคือ "Shop Smart with Sponsorhuset"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Handla Smart

ดาวน์โหลดไฟล์ส่วนขยาย Handla Smart ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Handla Smart Handla Smart
ID cgdogkoldofookodmiipcakaejpgocgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/handla-smart/cgdogkoldofookodmiipcakaejpgocgc
คำอธิบาย Shop Smart with Sponsorhuset
ขนาดไฟล์ 397 KB
จำนวนการติดตั้ง 9,207
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2022-12-07
วันที่เผยแพร่ 2020-04-24
คะแนน 3.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://www.sponsorhuset.se
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.sponsorhuset.se/handla-smart/information.php
URL หน้านโยบายความเป็นส่วนตัว https://www.sponsorhuset.se/start/om-sponsorhuset/privacy-policy-chrome-extensions
ภาษาที่รองรับ 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"
    ]
}