11Sight

This extension allows you to get notifications.

11Sightとは何ですか?

11Sightはhttps://11sight.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to get notifications.」です。

拡張機能のスクリーンショット

11Sight拡張機能のCRXファイルをダウンロード

11Sight拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows you to get notifications.                    

拡張機能の基本情報

名前 11Sight 11Sight
ID pekiflfkkgnigmamnkficohhinpejnoa
公式URL https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa
説明 This extension allows you to get notifications.
ファイルサイズ 64.96 KB
インストール数 261
現在のバージョン 0.4.1
最終更新日 2022-01-27
公開日 2019-06-24
評価 5.00/5 合計 1 レビュー
開発者 https://11sight.com
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
            ]
        }
    ]
}