Yappy
Send & Receive text messages from Chrome using your Android phone
What is Yappy?
Yappy is a Chrome extension developed by https://www.yappy.im, and its main feature is "Send & Receive text messages from Chrome using your Android phone".
Extension Screenshots
Download Yappy Extension CRX File
Download Yappy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | jleajjoinbmogfgencngmnnndkkciben |
Official URL | https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben |
Description | Send & Receive text messages from Chrome using your Android phone |
File Size | 685 KB |
Installation Count | 1,000 |
Current Version | 1.41 |
Last Updated | 2017-08-30 |
Publish Date | 2017-08-30 |
Rating | 3.71/5 Total 45 Ratings |
Developer | https://www.yappy.im |
Payment Type | free |
Extension Website | https://www.yappy.im |
Help Page URL | http://yappy.uservoice.com |
Supported Languages | 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;" } |