Yappy

Send & Receive text messages from Chrome using your Android phone

Co to jest Yappy?

Yappy to rozszerzenie Chrome opracowane przez https://www.yappy.im, a jego główną funkcją jest „Send & Receive text messages from Chrome using your Android phone”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Yappy

Pobierz pliki rozszerzeń Yappy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Yappy Yappy
ID jleajjoinbmogfgencngmnnndkkciben
Oficjalny URL https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben
Opis Send & Receive text messages from Chrome using your Android phone
Rozmiar pliku 685 KB
Liczba instalacji 1,000
Aktualna Wersja 1.41
Ostatnia Aktualizacja 2017-08-30
Data Publikacji 2017-08-30
Ocena 3.71/5 Łącznie 45 Oceny
Deweloper https://www.yappy.im
Typ Płatności free
Strona Rozszerzenia https://www.yappy.im
Adres URL Strony Pomocy http://yappy.uservoice.com
Obsługiwane Języki 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;"
}