Yappy
Send & Receive text messages from Chrome using your Android phone
Hvad er Yappy?
Yappy er en Chrome-udvidelse udviklet af https://www.yappy.im, og dens hovedfunktion er "Send & Receive text messages from Chrome using your Android phone".
Udvidelsesskærmbilleder
Download Yappy-udvidelses-CRX-fil
Download Yappy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | jleajjoinbmogfgencngmnnndkkciben |
Officiel URL | https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben |
Beskrivelse | Send & Receive text messages from Chrome using your Android phone |
Filstørrelse | 685 KB |
Antal Installationer | 1,000 |
Nuværende Version | 1.41 |
Senest Opdateret | 2017-08-30 |
Udgivelsesdato | 2017-08-30 |
Bedømmelse | 3.71/5 Samlet 45 Bedømmelser |
Udvikler | https://www.yappy.im |
Betalingsmetode | free |
Udvidelseswebsted | https://www.yappy.im |
Hjælpeside-URL | http://yappy.uservoice.com |
Understøttede Sprog | 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;" } |