Notify Me!
Get notify.
Co to jest Notify Me!?
Notify Me! to rozszerzenie Chrome opracowane przez Anuj Gupta, a jego główną funkcją jest „Get notify.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Notify Me!
Pobierz pliki rozszerzeń Notify Me! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)*
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ojajiolndkgblgmeomogofflebcianae |
Oficjalny URL | https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae |
Opis | Get notify. |
Rozmiar pliku | 252 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.04 |
Ostatnia Aktualizacja | 2018-09-19 |
Data Publikacji | 2018-09-19 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | Anuj Gupta |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |