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