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 |
| 官方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;"
} | |