Yappy

Send & Receive text messages from Chrome using your Android phone

Cos'è Yappy?

Yappy è un'estensione di Chrome sviluppata da https://www.yappy.im, e la sua funzione principale è "Send & Receive text messages from Chrome using your Android phone".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Yappy

Scarica i file di estensione Yappy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Yappy Yappy
ID jleajjoinbmogfgencngmnnndkkciben
URL Ufficiale https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben
Descrizione Send & Receive text messages from Chrome using your Android phone
Dimensione del File 685 KB
Conteggio Installazioni 1,000
Versione Corrente 1.41
Ultimo Aggiornamento 2017-08-30
Data di Pubblicazione 2017-08-30
Valutazione 3.71/5 Totale 45 Valutazioni
Sviluppatore https://www.yappy.im
Tipo di Pagamento free
Sito Web dell'Estensione https://www.yappy.im
URL della Pagina di Aiuto http://yappy.uservoice.com
Lingue Supportate 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;"
}