SILK App Share
Developed by Calgary Scientific to provide screen sharing to PureWeb Design
SILK App Shareคืออะไร?
SILK App Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pureweb.io และคุณลักษณะหลักของมันคือ "Developed by Calgary Scientific to provide screen sharing to PureWeb Design"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SILK App Share
ดาวน์โหลดไฟล์ส่วนขยาย SILK App Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension requests access to Chrome's "desktopShare" in order to enable screen and application sharing on supported web pages on the pureweb.io domain. Users are able to share more than one applications (or the whole desktop) and each shared item appears in a dialog that can be moved (floated) within the browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bkdlogmkpchnabiiikmhaifagpffdani |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/silk-app-share/bkdlogmkpchnabiiikmhaifagpffdani |
คำอธิบาย | Developed by Calgary Scientific to provide screen sharing to PureWeb Design |
ขนาดไฟล์ | 11.76 KB |
จำนวนการติดตั้ง | 170 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-11-01 |
วันที่เผยแพร่ | 2016-11-01 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://pureweb.io |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SILK App Share", "short_name": "App Share", "author": "Calgary Scientific Inc.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Developed by Calgary Scientific to provide screen sharing to PureWeb Design", "homepage_url": "http:\/\/calgaryscientific.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "icons": { "16": "pwdlogo_16px.png", "48": "pwdlogo_48px.png", "128": "pwdlogo_128px.png" }, "permissions": [ "desktopCapture", "tabs" ], "externally_connectable": { "matches": [ "https:\/\/*.pureweb.io\/*" ] } } |