Screen Share for StarLeaf Click-to-Call
Enables screen share when using StarLeaf Click-to-Call on Chrome
Screen Share for StarLeaf Click-to-Callคืออะไร?
Screen Share for StarLeaf Click-to-Call เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://starleaf.com และคุณลักษณะหลักของมันคือ "Enables screen share when using StarLeaf Click-to-Call on Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Share for StarLeaf Click-to-Call
ดาวน์โหลดไฟล์ส่วนขยาย Screen Share for StarLeaf Click-to-Call ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
StarLeaf Click-to-Call allows you to dial any user in the StarLeaf Cloud from your browser. This extension lets you share your screen when using Google Chrome. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dliccfbpegdcmlflaidhhnloeofgdnce |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce |
| คำอธิบาย | Enables screen share when using StarLeaf Click-to-Call on Chrome |
| ขนาดไฟล์ | 9.94 KB |
| จำนวนการติดตั้ง | 20,000 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2016-11-03 |
| วันที่เผยแพร่ | 2016-11-03 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://starleaf.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | https://support.starleaf.com/ |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "1.0.0",
"description": "__MSG_extDescription__",
"icons": {
"48": "icon_48.png",
"128": "icon_128.png"
},
"author": "StarLeaf ltd",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.starleaf.com\/*"
]
},
"file_system_provider_capabilities": {
"configurable": true,
"multiple_mounts": true,
"source": "network"
},
"homepage_url": "https:\/\/www.starleaf.com",
"minimum_chrome_version": "48",
"permissions": [
"desktopCapture"
],
"short_name": "__MSG_extShortName__",
"default_locale": "en_US"
} | |