Yappy

Send & Receive text messages from Chrome using your Android phone

Apa itu Yappy?

Yappy adalah ekstensi Chrome yang dikembangkan oleh https://www.yappy.im, dan fitur utamanya adalah "Send & Receive text messages from Chrome using your Android phone".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Yappy

Unduh file ekstensi Yappy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Yappy Yappy
ID jleajjoinbmogfgencngmnnndkkciben
URL Resmi https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben
Deskripsi Send & Receive text messages from Chrome using your Android phone
Ukuran File 685 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.41
Terakhir Diperbarui 2017-08-30
Tanggal Publikasi 2017-08-30
Penilaian 3.71/5 Total 45 Penilaian
Pengembang https://www.yappy.im
Tipe Pembayaran free
Situs Ekstensi https://www.yappy.im
URL Halaman Bantuan http://yappy.uservoice.com
Bahasa yang Didukung 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;"
}