Koral

Koral viser dig second-hand alternativer fra top platforme direkte i din browser, mens du shopper.

What is Koral?

Koral is a Chrome extension developed by https://its-koral.com, and its main feature is "Koral viser dig second-hand alternativer fra top platforme direkte i din browser, mens du shopper.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Koral Extension CRX File

Download Koral 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

                        Koral viser dig second-hand alternativer fra top platforme direkte i din browser, mens du shopper.                    

Extension Basic Information

Name Koral Koral
ID bffagbhabanhkmfcmmopaepgaglnjcko
Official URL https://chromewebstore.google.com/detail/koral/bffagbhabanhkmfcmmopaepgaglnjcko
Description Koral viser dig second-hand alternativer fra top platforme direkte i din browser, mens du shopper.
File Size 3.08 MB
Installation Count 32
Current Version 1.1.1
Last Updated 2024-01-03
Publish Date 2023-08-09
Rating 5.00/5 Total 1 Ratings
Developer https://its-koral.com
Email [email protected]
Payment Type free
Extension Website https://www.its-koral.com
Help Page URL https://www.its-koral.com/page/contact-us
Privacy Policy Page URL https://www.its-koral.com/page/privatlivspolitik
Supported Languages da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "da",
    "version": "1.1.1",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting",
        "tabs"
    ],
    "background": {
        "service_worker": "build\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Koral Shopping"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "build\/injection.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "https:\/\/api.its-koral.com\/*",
        "https:\/\/uat.its-koral.com\/*",
        "https:\/\/www.its-koral.com\/*",
        ""
    ],
    "icons": {
        "16": "\/img\/KoralLogoRoundedActive16.png",
        "32": "\/img\/KoralLogoRoundedActive32.png",
        "48": "\/img\/KoralLogoRoundedActive48.png",
        "128": "\/img\/KoralLogoRoundedActive128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/KoralLogoActive64.png",
                "\/img\/KoralLogoInActive64.png",
                "\/img\/KoralLogoRoundedActive48.png",
                "\/img\/Bg.svg",
                "\/img\/KoralNoProduct.svg",
                "\/img\/placeholder.png",
                "\/video\/found.mp4",
                "\/video\/searching.mp4",
                "\/video\/header.mp4",
                "\/fonts\/NaNHolo-Narrow-VF.woff2"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}