TapChief Screen Sharing

This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.

TapChief Screen Sharingคืออะไร?

TapChief Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tapchief.com และคุณลักษณะหลักของมันคือ "This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen."

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

screenshot

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

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

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

                                            

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

ชื่อ TapChief Screen Sharing TapChief Screen Sharing
ID gldakbghopefnhcagpbhdocnopmmnbfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tapchief-screen-sharing/gldakbghopefnhcagpbhdocnopmmnbfp
คำอธิบาย This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
ขนาดไฟล์ 20.55 KB
จำนวนการติดตั้ง 2,116
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2019-02-08
วันที่เผยแพร่ 2019-02-08
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://www.tapchief.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TapChief Screen Sharing",
    "author": "TapChief",
    "version": "3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/tapchief.com\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/tapchief.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.tapchief.com\/*",
            "https:\/\/tapchief.com\/*",
            "https:\/\/stagingmentor.upgrad.com\/*",
            "https:\/\/stagingmentor1.upgrad.com\/*",
            "https:\/\/staging-frontend.tapchief.com\/*",
            "https:\/\/mentor.upgrad.com\/*",
            "https:\/\/192.168.1.104\/*",
            "https:\/\/127.0.0.1\/*",
            "https:\/\/0.0.0.0\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}