HF & VUC Fyn

HF & VUC Fyn menu - Gør det let at navigere rundt på HF & VUC Fyn.

What is HF & VUC Fyn?

HF & VUC Fyn is a Chrome extension developed by Wizkids A/S, and its main feature is "HF & VUC Fyn menu - Gør det let at navigere rundt på HF & VUC Fyn.".

Extension Screenshots

screenshot

Download HF & VUC Fyn Extension CRX File

Download HF & VUC Fyn 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

                        Gør det let at navigere rundt på HF & VUC Fyn.                    

Extension Basic Information

Name HF & VUC Fyn HF & VUC Fyn
ID bbckeniijjkdenceofghjebjelfomejh
Official URL https://chrome.google.com/webstore/detail/hf-vuc-fyn/bbckeniijjkdenceofghjebjelfomejh
Description HF & VUC Fyn menu - Gør det let at navigere rundt på HF & VUC Fyn.
File Size 81.43 KB
Installation Count 1,040
Current Version 1.0.7
Last Updated 2019-04-09
Publish Date 2019-04-09
Rating 5.00/5 Total 2 Ratings
Developer Wizkids A/S
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.wizkids.dk/privatlivspolitik
Supported Languages da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HF & VUC Fyn",
    "version": "1.0.7",
    "description": "HF & VUC Fyn menu - G\u00f8r det let at navigere rundt p\u00e5 HF & VUC Fyn.",
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo19.png"
    },
    "web_accessible_resources": [
        "logo19.png"
    ],
    "permissions": [
        "*:\/\/start.vucfyn.net\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/sites.google.com\/a\/vucfyn.net\/",
                "*:\/\/sites.google.com\/a\/vucfyn.net\/*",
                "https:\/\/plus.google.com\/up\/accounts\/upgrade",
                "https:\/\/plus.google.com\/up\/accounts\/upgrade\/*",
                "https:\/\/groups.google.com\/*",
                "https:\/\/plus.google.com\/u\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/calendar.google.com\/",
                "https:\/\/calendar.google.com\/*",
                "https:\/\/docs.google.com\/*",
                "http:\/\/skablet.dk\/pub\/*",
                "http:\/\/skablet.dk\/pub\/",
                "https:\/\/maps.google.dk\/",
                "https:\/\/maps.google.dk\/*",
                "http:\/\/translate.google.com\/",
                "http:\/\/translate.google.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ]
}