Notify Me!
Get notify.
Notify Me! là gì?
Notify Me! là một tiện ích mở rộng Chrome được phát triển bởi Anuj Gupta, và tính năng chính của nó là "Get notify.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Notify Me!
Tải xuống các tệp mở rộng Notify Me! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)*
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ojajiolndkgblgmeomogofflebcianae |
URL Chính Thức | https://chrome.google.com/webstore/detail/notify-me/ojajiolndkgblgmeomogofflebcianae |
Mô tả | Get notify. |
Kích Thước Tệp | 252 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.04 |
Cập Nhật Lần Cuối | 2018-09-19 |
Ngày Phát Hành | 2018-09-19 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Anuj Gupta |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |