Notify Me!
Get notify.
Что такое Notify Me!?
Notify Me! - это расширение Chrome, разработанное Anuj Gupta, и его основная функция - "Get notify.".
Снимки экрана расширения
Скачать файл CRX расширения Notify Me!
Скачайте файлы расширений Notify Me! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to receive Android notifications in your browser. In order to use this extension you also need to download and install a free app for your Android phone. Never Miss A Notification ★ See your phone's call and SMS notifications on your computer. ★ Secure: Protect your notifications and SMS with end-to-end encryption. ★ Real time notification on browser. ★ We never store your data new login each day. ★ Send message from your chrome extension (Beta)*
Основная информация о расширении
Название | |
ID | ojajiolndkgblgmeomogofflebcianae |
Официальный URL | https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae |
Описание | Get notify. |
Размер файла | 252 KB |
Количество установок | 12 |
Текущая Версия | 1.04 |
Последнее Обновление | 2018-09-19 |
Дата публикации | 2018-09-19 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | Anuj Gupta |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notify Me!", "description": "Get notify.", "version": "1.04", "short_name": "Notify Me", "browser_action": { "default_icon": "images\/synchronization_64.png", "default_popup": "popup.html" }, "background": { "scripts": [ "socket.io.js", "background.js" ] }, "icons": { "16": "images\/synchronization_16.png", "32": "images\/synchronization_32.png", "48": "images\/synchronization_64.png", "128": "images\/synchronization_128.png" }, "permissions": [ "activeTab", "notifications", "storage", "tabs" ] } |