Notify Me!
Get notify.
Notify Me!คืออะไร?
Notify Me! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anuj Gupta และคุณลักษณะหลักของมันคือ "Get notify."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notify Me!
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |