Yappy
Send & Receive text messages from Chrome using your Android phone
Qu'est-ce que Yappy ?
Yappy est une extension Chrome développée par https://www.yappy.im, et sa fonction principale est "Send & Receive text messages from Chrome using your Android phone".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yappy
Téléchargez les fichiers d'extension Yappy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | jleajjoinbmogfgencngmnnndkkciben |
URL Officiel | https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben |
Description | Send & Receive text messages from Chrome using your Android phone |
Taille du Fichier | 685 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.41 |
Dernière Mise à Jour | 2017-08-30 |
Date de Publication | 2017-08-30 |
Évaluation | 3.71/5 Total 45 Évaluations |
Développeur | https://www.yappy.im |
Type de Paiement | free |
Site Web de l'Extension | https://www.yappy.im |
URL de la Page d'Aide | http://yappy.uservoice.com |
Langues Prises en Charge | 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;" } |