Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

Что такое Oneinsight Extension?

Oneinsight Extension - это расширение Chrome, разработанное https://oneinsight.io, и его основная функция - "Experience Oneinsight everywhere your workflow leads you".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Oneinsight Extension

Скачайте файлы расширений Oneinsight Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
Официальный URL https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
Описание Experience Oneinsight everywhere your workflow leads you
Размер файла 376 KB
Количество установок 42
Текущая Версия 1.1.0
Последнее Обновление 2022-11-24
Дата публикации 2020-06-10
Разработчик https://oneinsight.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://oneinsight.io
URL страницы помощи https://docs.oneinsight.io
URL страницы политики конфиденциальности https://oneinsight.io/privacy-policy
Поддерживаемые языки 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\/*"
        ]
    }
}