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