Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

Wat is Oneinsight Extension?

Oneinsight Extension is een Chrome-extensie ontwikkeld door https://oneinsight.io, en de belangrijkste functie is "Experience Oneinsight everywhere your workflow leads you".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Oneinsight Extension

Download Oneinsight Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
Officiële URL https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
Beschrijving Experience Oneinsight everywhere your workflow leads you
Bestandsgrootte 376 KB
Aantal Installaties 42
Huidige Versie 1.1.0
Laatst Bijgewerkt 2022-11-24
Publicatiedatum 2020-06-10
Ontwikkelaar https://oneinsight.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://oneinsight.io
Help Pagina-URL https://docs.oneinsight.io
URL van de Privacybeleid Pagina https://oneinsight.io/privacy-policy
Ondersteunde Talen 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\/*"
        ]
    }
}