HK LønKig

HK LønKig

Co to jest HK LønKig?

HK LønKig to rozszerzenie Chrome opracowane przez HK Lab, a jego główną funkcją jest „HK LønKig”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia HK LønKig

Pobierz pliki rozszerzeń HK LønKig w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Med HK's LønKig kan du se hvor meget du kan forvente i løn, når du søger drømmejobbet!
  
Nu skal du ikke længere bekymre dig om, hvad du kan forvente i løn når du finder en stilling i en virksomhed, du gerne vil arbejde for.
 
Hvis du arbejder som eksempelvis sekretær, lagerarbejder eller laborant i den private sektor i Danmark er LønKig noget for dig.
 
LønKig scanner automatisk de opslåede stillinger på Jobnet og Jobindex og giver dig et estimat for, hvor meget du kan forvente at tjene i stillingen i lige din region og industri.
 
Få den løn du fortjener! Download LønKig og vær ekstra godt forberedt til din næste jobsamtale og lønforhandling.
 
Vær venligst opmærksom på at LønKig pt. kun udbydes til Jobnet og Jobindex, samt at HK Lønkig ikke længere opdateres. Der kan derfor forekomme en del opslag uden resultater.                    

Podstawowe informacje o rozszerzeniu

Nazwa HK LønKig HK LønKig
ID habeecdmnhldafihpkaailhdbblfhonh
Oficjalny URL https://chrome.google.com/webstore/detail/hk-l%C3%B8nkig/habeecdmnhldafihpkaailhdbblfhonh
Opis HK LønKig
Rozmiar pliku 121 KB
Liczba instalacji 84
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2020-02-04
Data Publikacji 2020-02-04
Deweloper HK Lab
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.loenkig.dk
Adres URL Strony Polityki Prywatności https://www.hk.dk/omhk/oplysning/persondata
Obsługiwane Języki da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HK L\u00f8nKig",
    "description": "HK L\u00f8nKig",
    "version": "0.6",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "images\/*",
        "html\/*"
    ],
    "background": {
        "matches": [
            "http:\/\/job.jobnet.dk\/*",
            "https:\/\/job.jobnet.dk\/*"
        ],
        "persistent": false,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "Chart.min.js",
                "Chart.roundedBarCharts.min.js",
                "content.js"
            ],
            "css": [
                "css.css"
            ],
            "matches": [
                "https:\/\/job.jobnet.dk\/*",
                "https:\/\/www.jobindex.dk\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_title": "HK L\u00f8nKig",
        "default_icon": "images\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self';"
}