11Sight
This extension allows you to get notifications.
Что такое 11Sight?
11Sight - это расширение Chrome, разработанное https://11sight.com, и его основная функция - "This extension allows you to get notifications.".
Снимки экрана расширения
Скачать файл CRX расширения 11Sight
Скачайте файлы расширений 11Sight в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to get notifications.
Основная информация о расширении
Название | 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 |
Электронная почта | [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\/*" ] } ] } |