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 là gì?
Screen Share for StarLeaf Click-to-Call là một tiện ích mở rộng Chrome được phát triển bởi https://starleaf.com, và tính năng chính của nó là "Enables screen share when using StarLeaf Click-to-Call on Chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Screen Share for StarLeaf Click-to-Call
Tải xuống các tệp mở rộng Screen Share for StarLeaf Click-to-Call dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Screen Share for StarLeaf Click-to-Call |
ID | dliccfbpegdcmlflaidhhnloeofgdnce |
URL Chính Thức | https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce |
Mô tả | Enables screen share when using StarLeaf Click-to-Call on Chrome |
Kích Thước Tệp | 9.94 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2016-11-03 |
Ngày Phát Hành | 2016-11-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://starleaf.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://support.starleaf.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |