Yappy

Send & Receive text messages from Chrome using your Android phone

Was ist Yappy?

Yappy ist eine Chrome-Erweiterung, die von https://www.yappy.im entwickelt wurde, und ihr Hauptmerkmal ist "Send & Receive text messages from Chrome using your Android phone".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Yappy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yappy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Yappy Yappy
ID jleajjoinbmogfgencngmnnndkkciben
Offizielle URL https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben
Beschreibung Send & Receive text messages from Chrome using your Android phone
Dateigröße 685 KB
Installationsanzahl 1,000
Aktuelle Version 1.41
Letztes Update 2017-08-30
Veröffentlichungsdatum 2017-08-30
Bewertung 3.71/5 Insgesamt 45 Bewertungen
Entwickler https://www.yappy.im
Zahlungsart free
Erweiterungswebsite https://www.yappy.im
Hilfeseite URL http://yappy.uservoice.com
Unterstützte Sprachen 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;"
}