Notify Me!
Get notify.
Vad är Notify Me!?
Notify Me! är en Chrome-tillägg utvecklad av Anuj Gupta, och dess huvudfunktion är "Get notify.".
Tilläggsskärmbilder
Ladda ner Notify Me!-förlängningens CRX-fil
Ladda ner Notify Me!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)*
Grundläggande Information om Tillägg
Namn | |
ID | ojajiolndkgblgmeomogofflebcianae |
Officiell webbadress | https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae |
Beskrivning | Get notify. |
Filstorlek | 252 KB |
Antal Installationer | 12 |
Aktuell Version | 1.04 |
Senast Uppdaterad | 2018-09-19 |
Publiceringsdatum | 2018-09-19 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | Anuj Gupta |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |