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 |
ID | pekiflfkkgnigmamnkficohhinpejnoa |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } ] } |