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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://docs.oneinsight.io
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}