Notify Me!
Get notify.
什麼是Notify Me!?
Notify Me!是由Anuj Gupta開發的Chrome擴展程式,該擴展的主要功能是“Get notify.”。
擴展截圖
下載Notify Me!擴展crx文件
下載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 |
官方網址 | 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" ] } |