11Sight

This extension allows you to get notifications.

11Sight là gì?

11Sight là một tiện ích mở rộng Chrome được phát triển bởi https://11sight.com, và tính năng chính của nó là "This extension allows you to get notifications.".

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

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

Tải xuống các tệp mở rộng 11Sight 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

                        This extension allows you to get notifications.                    

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

Tên 11Sight 11Sight
ID pekiflfkkgnigmamnkficohhinpejnoa
URL Chính Thức https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa
Mô tả This extension allows you to get notifications.
Kích Thước Tệp 64.96 KB
Số Lần Cài Đặt 261
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2022-01-27
Ngày Phát Hành 2019-06-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://11sight.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "11Sight",
    "version": "0.4.1",
    "browser_action": {
        "default_icon": "img\/11sight-logo.png",
        "default_title": "11sight"
    },
    "icons": {
        "128": "img\/11sight-logo.png"
    },
    "permissions": [
        "https:\/\/*.11sight.com\/",
        "background",
        "notifications",
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "src\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.11sight.com\/*"
            ]
        }
    ]
}