Doxy.me Screen Sharing
Extension that captures content of your screen.
什麼是Doxy.me Screen Sharing?
Doxy.me Screen Sharing是由https://doxy.me開發的Chrome擴展程式,該擴展的主要功能是“Extension that captures content of your screen.”。
擴展截圖
下載Doxy.me Screen Sharing擴展crx文件
下載Doxy.me Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        A Google Chrome extension that allows a Doxy.me user to share their screen with another person in a Doxy.me meeting.                     擴展基本資訊
| 名稱 |   |  
| ID | hpohjmcciikpccgjfbjopmjcieefnaem | 
| 官方網址 | https://chromewebstore.google.com/detail/doxyme-screen-sharing/hpohjmcciikpccgjfbjopmjcieefnaem | 
| 簡介 | Extension that captures content of your screen. | 
| 檔案大小 | 17.64 KB | 
| 安裝次數 | 5,966 | 
| 目前版本 | 1.0 | 
| 更新時間 | 2017-10-23 | 
| 上架時間 | 2017-10-23 | 
| 評分 | 2.67/5 共 3 次評分 | 
| 開發者 | https://doxy.me | 
| 付費類型 | free | 
| 擴展官網 | https://doxy.me | 
| 說明頁面URL | https://help.doxy.me/video-tutorials/features/screenshare | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doxy.me Screen Sharing",
    "author": "Doxy.me LLC",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Extension that captures content of your screen.",
    "homepage_url": "https:\/\/doxy.me",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.doxy.me\/*",
                "https:\/\/doxy.me\/*",
                "https:\/\/doxi.me\/*",
                "https:\/\/*.doxi.me\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |