FrescoTalk Screen Sharing

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

FrescoTalk Screen Sharingคืออะไร?

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

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

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

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

                        Screensharing extension for FrescoTalk                    

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

ชื่อ FrescoTalk Screen Sharing FrescoTalk Screen Sharing
ID kpaoaanaomlhdkpieefgobjoijcmobko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/frescotalk-screen-sharing/kpaoaanaomlhdkpieefgobjoijcmobko
คำอธิบาย It doesn't do anything except capture content of your screen.
ขนาดไฟล์ 33 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2016-05-16
วันที่เผยแพร่ 2016-05-16
ผู้พัฒนา Fresco
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://talk.fresco.me
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FrescoTalk Screen Sharing",
    "author": "Fresco",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/talk.fresco.me\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:9000\/*",
            "https:\/\/talk.fresco.me\/*",
            "https:\/\/talk-dev.fresco.me\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}