Yappy
Send & Receive text messages from Chrome using your Android phone
什麼是Yappy?
Yappy是由https://www.yappy.im開發的Chrome擴展程式,該擴展的主要功能是“Send & Receive text messages from Chrome using your Android phone”。
擴展截圖
下載Yappy擴展crx文件
下載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 |
官方網址 | 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;" } |