Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

Co je Oneinsight Extension?

Oneinsight Extension je rozšíření Chrome vyvinuté https://oneinsight.io, a jeho hlavní funkcí je „Experience Oneinsight everywhere your workflow leads you“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Oneinsight Extension

Stáhněte si soubory rozšíření Oneinsight Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Experience OneInsight as extension to your Chrome Browser and access the intelligence of OneInsight everywhere your workflow takes you.                    

Základní Informace o Rozšíření

Název Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
Oficiální URL https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
Popis Experience Oneinsight everywhere your workflow leads you
Velikost souboru 376 KB
Počet instalací 42
Aktuální Verze 1.1.0
Poslední Aktualizace 2022-11-24
Datum Vydání 2020-06-10
Vývojář https://oneinsight.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://oneinsight.io
URL Stránky Nápovědy https://docs.oneinsight.io
URL Stránky Zásad Ochrany Soukromí https://oneinsight.io/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Oneinsight Extension",
    "description": "Experience Oneinsight everywhere your workflow leads you",
    "version": "1.1.0",
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": "\/icons\/oneinsight-128x128.png",
        "default_title": ""
    },
    "icons": {
        "16": "\/icons\/oneinsight-16x16.png",
        "48": "\/icons\/oneinsight-48x48.png",
        "128": "\/icons\/oneinsight-128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.oneinsight.io\/*"
        ]
    }
}