Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

Co to jest Oneinsight Extension?

Oneinsight Extension to rozszerzenie Chrome opracowane przez https://oneinsight.io, a jego główną funkcją jest „Experience Oneinsight everywhere your workflow leads you”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Oneinsight Extension

Pobierz pliki rozszerzeń Oneinsight Extension 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
Oficjalny URL https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
Opis Experience Oneinsight everywhere your workflow leads you
Rozmiar pliku 376 KB
Liczba instalacji 42
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2022-11-24
Data Publikacji 2020-06-10
Deweloper https://oneinsight.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://oneinsight.io
Adres URL Strony Pomocy https://docs.oneinsight.io
Adres URL Strony Polityki Prywatności https://oneinsight.io/privacy-policy
Obsługiwane Języki 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\/*"
        ]
    }
}