Nielsen-dev - Contact Screen Sharing

localhost It doesn't do anything except capture content of your screen.

Nielsen-dev - Contact Screen Sharingคืออะไร?

Nielsen-dev - Contact Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thati.java และคุณลักษณะหลักของมันคือ "localhost It doesn't do anything except capture content of your screen."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nielsen-dev - Contact Screen Sharing

ดาวน์โหลดไฟล์ส่วนขยาย Nielsen-dev - Contact Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

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

ชื่อ Nielsen-dev - Contact Screen Sharing Nielsen-dev - Contact Screen Sharing
ID mgofpakdnjjbhhalfehejbmnaonlbcgh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/nielsen-dev-contact-scree/mgofpakdnjjbhhalfehejbmnaonlbcgh
คำอธิบาย localhost It doesn't do anything except capture content of your screen.
ขนาดไฟล์ 10.8 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-08-26
วันที่เผยแพร่ 2015-08-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา thati.java
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nielsen-dev - Contact Screen Sharing",
    "author": "Nielsen, Inc.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "localhost It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/dayrhetsld003:8443\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/dayrhetsld003:8443\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo16.png"
    ]
}