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\/*"
        ]
    }
}