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.”。
扩展截图
下载Topface. Meeting is easy.扩展crx文件
下载Topface. Meeting is easy.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension for Topface new messages notifications.
扩展基本信息
名称 | |
ID | pbdeknpehhmmbghiagbcghaplengklff |
官方URL | https://chrome.google.com/webstore/detail/topface-meeting-is-easy/pbdeknpehhmmbghiagbcghaplengklff |
简介 | Extension for Topface new messages notifications. |
文件大小 | 20.31 KB |
安装次数 | 5,000 |
当前版本 | 1.12 |
更新时间 | 2014-07-16 |
上架时间 | 2014-07-16 |
评分 | 4.12/5 共589次评分 |
开发者 | 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__", "version": "1.12", "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" }, "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_buttonName__" }, "web_accessible_resources": [ "128.png", "icon.png" ] } |