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"
    ]
}