Yappy
Send & Receive text messages from Chrome using your Android phone
Yappyคืออะไร?
Yappy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.yappy.im และคุณลักษณะหลักของมันคือ "Send & Receive text messages from Chrome using your Android phone"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yappy
ดาวน์โหลดไฟล์ส่วนขยาย Yappy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to receive and send messages, and sync notifications from your Android, directly from chrome! Install Android app from: https://play.google.com/store/apps/details?id=com.mariussoft.endlessjabber Login to web: https://www.yappy.im/web/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jleajjoinbmogfgencngmnnndkkciben |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben |
คำอธิบาย | Send & Receive text messages from Chrome using your Android phone |
ขนาดไฟล์ | 685 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.41 |
อัปเดตครั้งล่าสุด | 2017-08-30 |
วันที่เผยแพร่ | 2017-08-30 |
คะแนน | 3.71/5 รวมทั้งหมด 45 คะแนน |
ผู้พัฒนา | https://www.yappy.im |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.yappy.im |
URL หน้าช่วยเหลือ | http://yappy.uservoice.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "23.0.0", "name": "Yappy", "short_name": "Yappy", "description": "Send & Receive text messages from Chrome using your Android phone", "version": "1.41", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "48": "images\/icon_48.png" }, "background": { "page": "background.html" }, "permissions": [ "storage", "contextMenus", "tabs", "notifications", "https:\/\/ws.yappy.im\/*", "https:\/\/api.yappy.im\/*", "https:\/\/www.yappy.im\/*" ], "web_accessible_resources": [ "font\/roboto\/*.ttf" ], "content_security_policy": "script-src 'self' https:\/\/api.yappy.im https:\/\/ws.yappy.im; object-src 'self'; img-src 'self' https:\/\/api.yappy.im https:\/\/ws.yappy.im;" } |