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 | hppaelnlbojhnjbjcdoaddedbnbaiocf |
官方網址 | 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" ] } |