Topface. Meeting is easy.

Extension for Topface new messages notifications.

Topface. Meeting is easy.とは何ですか?

Topface. Meeting is easy.はhttp://topface.comによって開発されたChromeの拡張機能で、その主な機能は「Extension for Topface new messages notifications.」です。

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

screenshot

Topface. Meeting is easy.拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Extension for Topface new messages notifications.                    

拡張機能の基本情報

名前 Topface. Meeting is easy. Topface. Meeting is easy.
ID hppaelnlbojhnjbjcdoaddedbnbaiocf
公式URL https://chrome.google.com/webstore/detail/topface-meeting-is-easy/hppaelnlbojhnjbjcdoaddedbnbaiocf
説明 Extension for Topface new messages notifications.
ファイルサイズ 49.02 KB
インストール数 758
現在のバージョン 2.0.8
最終更新日 2014-10-15
公開日 2014-10-15
評価 4.06/5 合計 1186 レビュー
開発者 http://topface.com
支払い方法 free
拡張機能のウェブサイト http://topface.com
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_buttonName__",
    "version": "2.0.8",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "notifications",
        "*:\/\/*.topface.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png",
        "gift": "gift.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_buttonName__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "128.png",
        "icon.png",
        "gift.png"
    ]
}