Doxy.me Screen Sharing

Extension that captures content of your screen.

Doxy.me Screen Sharingคืออะไร?

Doxy.me Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://doxy.me และคุณลักษณะหลักของมันคือ "Extension that captures content of your screen."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doxy.me Screen Sharing

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Doxy.me Screen Sharing Doxy.me Screen Sharing
ID hpohjmcciikpccgjfbjopmjcieefnaem
URL อย่างเป็นทางการ 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"
    ]
}