Screen Share for StarLeaf Click-to-Call
Enables screen share when using StarLeaf Click-to-Call on Chrome
什麼是Screen Share for StarLeaf Click-to-Call?
Screen Share for StarLeaf Click-to-Call是由https://starleaf.com開發的Chrome擴展程式,該擴展的主要功能是“Enables screen share when using StarLeaf Click-to-Call on Chrome”。
擴展截圖
下載Screen Share for StarLeaf Click-to-Call擴展crx文件
下載Screen Share for StarLeaf Click-to-Call擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
StarLeaf Click-to-Call allows you to dial any user in the StarLeaf Cloud from your browser. This extension lets you share your screen when using Google Chrome.
擴展基本資訊
名稱 | Screen Share for StarLeaf Click-to-Call |
ID | dliccfbpegdcmlflaidhhnloeofgdnce |
官方網址 | https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce |
簡介 | Enables screen share when using StarLeaf Click-to-Call on Chrome |
檔案大小 | 9.94 KB |
安裝次數 | 20,000 |
目前版本 | 1.0.0 |
更新時間 | 2016-11-03 |
上架時間 | 2016-11-03 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://starleaf.com |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://support.starleaf.com/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.0", "description": "__MSG_extDescription__", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "author": "StarLeaf ltd", "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.starleaf.com\/*" ] }, "file_system_provider_capabilities": { "configurable": true, "multiple_mounts": true, "source": "network" }, "homepage_url": "https:\/\/www.starleaf.com", "minimum_chrome_version": "48", "permissions": [ "desktopCapture" ], "short_name": "__MSG_extShortName__", "default_locale": "en_US" } |