Notify My Android
Sends a link to the currently visited page as a push notification to your Android device.
Notify My Androidคืออะไร?
Notify My Android เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://notifymyandroid.com และคุณลักษณะหลักของมันคือ "Sends a link to the currently visited page as a push notification to your Android device."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notify My Android
ดาวน์โหลดไฟล์ส่วนขยาย Notify My Android ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NMA is a platform that allows you to delivery push notifications from virtually any application to your Android device. This is a Chrome Extension that allows you to quickly send push notifications to your phone with the URL or a quick text that you just copied and want to have it on your phone.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Notify My Android |
ID | mmgnghlgdajmnflfaebklmmlkkeehbbb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb |
คำอธิบาย | Sends a link to the currently visited page as a push notification to your Android device. |
ขนาดไฟล์ | 87.68 KB |
จำนวนการติดตั้ง | 308 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2012-09-16 |
วันที่เผยแพร่ | 2012-09-15 |
คะแนน | 3.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://notifymyandroid.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notify My Android", "version": "0.3", "manifest_version": 2, "description": "Sends a link to the currently visited page as a push notification to your Android device.", "icons": { "128": "assets\/icon128.png", "96": "assets\/icon96.png" }, "content_scripts": [ { "js": [ "js\/getSelection.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": "assets\/icon19.png", "default_title": "NotifyMyAndroid", "default_popup": "html\/popup.html" }, "options_page": "fancy-settings\/index.html", "background": { "scripts": [ "fancy-settings\/lib\/store.js", "js\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |