Yappy
Send & Receive text messages from Chrome using your Android phone
Vad är Yappy?
Yappy är en Chrome-tillägg utvecklad av https://www.yappy.im, och dess huvudfunktion är "Send & Receive text messages from Chrome using your Android phone".
Tilläggsskärmbilder
Ladda ner Yappy-förlängningens CRX-fil
Ladda ner Yappy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | |
ID | jleajjoinbmogfgencngmnnndkkciben |
Officiell webbadress | https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben |
Beskrivning | Send & Receive text messages from Chrome using your Android phone |
Filstorlek | 685 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.41 |
Senast Uppdaterad | 2017-08-30 |
Publiceringsdatum | 2017-08-30 |
Betyg | 3.71/5 Totalt 45 Betyg |
Utvecklare | https://www.yappy.im |
Betalningssätt | free |
Tilläggswebbplats | https://www.yappy.im |
Hjälpsida URL | http://yappy.uservoice.com |
Stödda Språk | 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;" } |