Notify Me!
Get notify.
Apa itu Notify Me!?
Notify Me! adalah ekstensi Chrome yang dikembangkan oleh Anuj Gupta, dan fitur utamanya adalah "Get notify.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Notify Me!
Unduh file ekstensi Notify Me! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)*
Informasi Dasar Ekstensi
Nama | |
ID | ojajiolndkgblgmeomogofflebcianae |
URL Resmi | https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae |
Deskripsi | Get notify. |
Ukuran File | 252 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.04 |
Terakhir Diperbarui | 2018-09-19 |
Tanggal Publikasi | 2018-09-19 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Anuj Gupta |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |