Yappy

Send & Receive text messages from Chrome using your Android phone

Yappyとは何ですか?

Yappyはhttps://www.yappy.imによって開発されたChromeの拡張機能で、その主な機能は「Send & Receive text messages from Chrome using your Android phone」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Yappy拡張機能のCRXファイルをダウンロード

Yappy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Yappy Yappy
ID jleajjoinbmogfgencngmnnndkkciben
公式URL https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben
説明 Send & Receive text messages from Chrome using your Android phone
ファイルサイズ 685 KB
インストール数 1,000
現在のバージョン 1.41
最終更新日 2017-08-30
公開日 2017-08-30
評価 3.71/5 合計 45 レビュー
開発者 https://www.yappy.im
支払い方法 free
拡張機能のウェブサイト https://www.yappy.im
ヘルプページのURL http://yappy.uservoice.com
対応言語 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;"
}