Handla Smart

Shop Smart with Sponsorhuset

Handla Smart क्या है?

Handla Smart https://www.sponsorhuset.se द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shop Smart with Sponsorhuset"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Handla Smart एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}