My Business Matches™ - Screen Sharing
This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.
什麼是My Business Matches™ - Screen Sharing?
My Business Matches™ - Screen Sharing是由https://mybusinessmatches.com開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings.”。
下載My Business Matches™ - Screen Sharing擴展crx文件
下載My Business Matches™ - Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | cblepembechalfcndmihppapjhpdfjgf |
官方網址 | https://chrome.google.com/webstore/detail/my-business-matches-scree/cblepembechalfcndmihppapjhpdfjgf |
簡介 | This Chrome extension is developed primary for https://mybusinessmatches.com/ virtual meetings. |
檔案大小 | 31.15 KB |
安裝次數 | 64 |
目前版本 | 1.2 |
更新時間 | 2015-07-30 |
上架時間 | 2015-07-30 |
評分 | 4.50/5 共 2 次評分 |
開發者 | https://mybusinessmatches.com |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Business Matches\u2122 - Screen Sharing", "author": "My Business Matches", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/mybusinessmatches.com\/ virtual meetings.", "homepage_url": "https:\/\/mybusinessmatches.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/*.mybusinessmatches.com\/*", "*:\/\/localhost\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |