Yappy

Send & Receive text messages from Chrome using your Android phone

Wat is Yappy?

Yappy is een Chrome-extensie ontwikkeld door https://www.yappy.im, en de belangrijkste functie is "Send & Receive text messages from Chrome using your Android phone".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Yappy

Download Yappy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Yappy Yappy
ID jleajjoinbmogfgencngmnnndkkciben
Officiële URL https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben
Beschrijving Send & Receive text messages from Chrome using your Android phone
Bestandsgrootte 685 KB
Aantal Installaties 1,000
Huidige Versie 1.41
Laatst Bijgewerkt 2017-08-30
Publicatiedatum 2017-08-30
Beoordeling 3.71/5 Totaal 45 Beoordelingen
Ontwikkelaar https://www.yappy.im
Betalingswijze free
Extensiewebsite https://www.yappy.im
Help Pagina-URL http://yappy.uservoice.com
Ondersteunde Talen 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;"
}