HK LønKig

HK LønKig

What is HK LønKig?

HK LønKig is a Chrome extension developed by HK Lab, and its main feature is "HK LønKig".

Extension Screenshots

screenshot
screenshot

Download HK LønKig Extension CRX File

Download HK LønKig extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name HK LønKig HK LønKig
ID habeecdmnhldafihpkaailhdbblfhonh
Official URL https://chrome.google.com/webstore/detail/hk-l%C3%B8nkig/habeecdmnhldafihpkaailhdbblfhonh
Description HK LønKig
File Size 121 KB
Installation Count 84
Current Version 0.6
Last Updated 2020-02-04
Publish Date 2020-02-04
Developer HK Lab
Email [email protected]
Payment Type free
Extension Website https://www.loenkig.dk
Privacy Policy Page URL https://www.hk.dk/omhk/oplysning/persondata
Supported Languages 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';"
}