Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

Qu'est-ce que Oneinsight Extension ?

Oneinsight Extension est une extension Chrome développée par https://oneinsight.io, et sa fonction principale est "Experience Oneinsight everywhere your workflow leads you".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Oneinsight Extension

Téléchargez les fichiers d'extension Oneinsight Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
URL Officiel https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
Description Experience Oneinsight everywhere your workflow leads you
Taille du Fichier 376 KB
Nombre d'Installations 42
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-11-24
Date de Publication 2020-06-10
Développeur https://oneinsight.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://oneinsight.io
URL de la Page d'Aide https://docs.oneinsight.io
URL de la Page de Politique de Confidentialité https://oneinsight.io/privacy-policy
Langues Prises en Charge 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\/*"
        ]
    }
}