Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

Oneinsight Extension là gì?

Oneinsight Extension là một tiện ích mở rộng Chrome được phát triển bởi https://oneinsight.io, và tính năng chính của nó là "Experience Oneinsight everywhere your workflow leads you".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Oneinsight Extension

Tải xuống các tệp mở rộng Oneinsight Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
URL Chính Thức https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
Mô tả Experience Oneinsight everywhere your workflow leads you
Kích Thước Tệp 376 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-11-24
Ngày Phát Hành 2020-06-10
Nhà Phát Triển https://oneinsight.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://oneinsight.io
URL Trang Trợ Giúp https://docs.oneinsight.io
URL Trang Chính Sách Bảo Mật https://oneinsight.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}