Yappy
Send & Receive text messages from Chrome using your Android phone
Yappy là gì?
Yappy là một tiện ích mở rộng Chrome được phát triển bởi https://www.yappy.im, và tính năng chính của nó là "Send & Receive text messages from Chrome using your Android phone".
Ả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 Yappy
Tải xuống các tệp mở rộng Yappy 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
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jleajjoinbmogfgencngmnnndkkciben |
URL Chính Thức | https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben |
Mô tả | Send & Receive text messages from Chrome using your Android phone |
Kích Thước Tệp | 685 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.41 |
Cập Nhật Lần Cuối | 2017-08-30 |
Ngày Phát Hành | 2017-08-30 |
Đánh Giá | 3.71/5 Tổng số 45 Đánh Giá |
Nhà Phát Triển | https://www.yappy.im |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.yappy.im |
URL Trang Trợ Giúp | http://yappy.uservoice.com |
Ngôn Ngữ Được Hỗ Trợ | 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;" } |