11Sight
This extension allows you to get notifications.
What is 11Sight?
11Sight is a Chrome extension developed by https://11sight.com, and its main feature is "This extension allows you to get notifications.".
Extension Screenshots
Download 11Sight Extension CRX File
Download 11Sight extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to get notifications.
Extension Basic Information
Name | 11Sight |
ID | pekiflfkkgnigmamnkficohhinpejnoa |
Official URL | https://chromewebstore.google.com/detail/11sight/pekiflfkkgnigmamnkficohhinpejnoa |
Description | This extension allows you to get notifications. |
File Size | 64.96 KB |
Installation Count | 261 |
Current Version | 0.4.1 |
Last Updated | 2022-01-27 |
Publish Date | 2019-06-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://11sight.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |