kPoint Screen Capture Assistant
The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.
kPoint Screen Capture Assistant là gì?
kPoint Screen Capture Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://kpoint.com, và tính năng chính của nó là "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.".
Ả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 kPoint Screen Capture Assistant
Tải xuống các tệp mở rộng kPoint Screen Capture Assistant 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
The new kPoint extension for chrome browser allows you to record your screen and also enhance the searchability of your kPoint videos. Install this extension along with kPoint screen sharing plugin from your kPoint domain.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | kPoint Screen Capture Assistant |
ID | jckpglhnbjcdnjkdpijjlhhadhphondf |
URL Chính Thức | https://chromewebstore.google.com/detail/kpoint-screen-capture-ass/jckpglhnbjcdnjkdpijjlhhadhphondf |
Mô tả | The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos. |
Kích Thước Tệp | 47.48 KB |
Số Lần Cài Đặt | 250 |
Phiên Bản Hiện Tại | 3.3.1 |
Cập Nhật Lần Cuối | 2020-09-25 |
Ngày Phát Hành | 2020-06-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://kpoint.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.kpoint.com/ |
URL Trang Trợ Giúp | https://www.kpoint.com/support/ |
URL Trang Chính Sách Bảo Mật | https://www.kpoint.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "kPoint Screen Capture Assistant", "short_name": "kPoint", "version": "3.3.1", "description": "The new kPoint extension allows you to capture your screen and also enhance the searchability of your kPoint videos.", "background": { "scripts": [ "js\/jquery-1.7.2.min.js", "background.js", "plugin.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "detectextension.js" ], "run_at": "document_end" } ], "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "*:\/\/*.kpoint.com\/*", "*:\/\/*.skreen.me\/*", "*:\/\/*.techmahindra.com\/*", "*:\/\/*.gslab.com\/*", "*:\/\/*.zencite.com\/*", "*:\/\/*.persistent.co.in\/*", "*:\/\/*.kmart.com\/*", "*:\/\/*.tatatechnologies.com\/*", "*:\/\/*.coep.org.in\/*", "*:\/\/*.corpintra.net\/*", "*:\/\/*.cdac.in\/*", "*:\/\/*.bosch.com\/*", "*:\/\/*.lteaglobal.com\/*", "*:\/\/*.kalyanicorp.com\/*", "*:\/\/*.net.plm.eds.com\/*", "*:\/\/*.vsnl.co.in\/*", "*:\/\/*.wce.ac.in\/*", "*:\/\/*.cmcltd.com\/*", "*:\/\/*.chola.murugappa.com\/*", "*:\/\/*.airtel.com\/*", "*:\/\/*.tcs.com\/*", "*:\/\/*.tatacommunications.com\/*", "*:\/\/*.tieto.com\/*", "*:\/\/*.kpedmodo.com\/*", "*:\/\/*.kenan.ai\/*", "*:\/\/*.citiustech.com\/*", "*:\/\/*.barodagurukul.co.in\/*", "*:\/\/*.icicilombard.com\/*" ] }, "icons": { "16": "k16.png", "32": "k32.png", "48": "k48.png", "128": "k128.png" }, "manifest_version": 2 } |