Attendedbyhumans Screen sharing
Screensharing utility for Attendedbyhumans
什麼是Attendedbyhumans Screen sharing?
Attendedbyhumans Screen sharing是由TELEPORTEL EUROPE N.V開發的Chrome擴展程式,該擴展的主要功能是“Screensharing utility for Attendedbyhumans”。
擴展截圖
下載Attendedbyhumans Screen sharing擴展crx文件
下載Attendedbyhumans Screen sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations. 擴展基本資訊
| 名稱 | |
| ID | hkndidoemjacpfbaajpanoopddldlhaj |
| 官方網址 | https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj |
| 簡介 | Screensharing utility for Attendedbyhumans |
| 檔案大小 | 15.71 KB |
| 安裝次數 | 29 |
| 目前版本 | 4.0.0 |
| 更新時間 | 2017-12-15 |
| 上架時間 | 2017-12-14 |
| 開發者 | TELEPORTEL EUROPE N.V |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.teleportel.com/user-agreement |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Attendedbyhumans Screen sharing",
"author": "Shamun Toha",
"description": "Screensharing utility for Attendedbyhumans",
"homepage_url": "https:\/\/www.attendedbyhumans.com\/",
"version": "4.0.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"all_frames": true,
"run_at": "document_start",
"matches": [
"*:\/\/*.attendedbyhumans.com\/*",
"*:\/\/*.teleportel.com\/*",
"*:\/\/*.telepresencetech.com\/*"
]
}
],
"web_accessible_resources": [
"icon.png"
]
} | |