ScreenSight
ScreenSight Chrome Extension
ScreenSight là gì?
ScreenSight là một tiện ích mở rộng Chrome được phát triển bởi ScreenSight, và tính năng chính của nó là "ScreenSight Chrome Extension".
Ả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 ScreenSight
Tải xuống các tệp mở rộng ScreenSight 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
Sell smarter with ScreenSight. ScreenSight is the creative sales messaging tool that allows you to create, share and track videos. Create engaging presentations and screen recordings with camera overlay, share your videos instantly, and track audience engagement. Stand out from the rest and meet your sales targets with effective product demos, presentations, updates and explainers. ● Fast and easy to use screen capture and video recording ● Record high resolution videos up to 2 hours each ● Send video emails directly from Gmail or share to LinkedIn
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ScreenSight |
ID | hhnbfppcjpaacnjecideabahjbdgppaf |
URL Chính Thức | https://chromewebstore.google.com/detail/screensight/hhnbfppcjpaacnjecideabahjbdgppaf |
Mô tả | ScreenSight Chrome Extension |
Kích Thước Tệp | 9.24 MB |
Số Lần Cài Đặt | 244 |
Phiên Bản Hiện Tại | 1.5.19 |
Cập Nhật Lần Cuối | 2023-11-13 |
Ngày Phát Hành | 2021-11-15 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | ScreenSight |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.screensight.com |
URL Trang Trợ Giúp | https://www.screensight.com |
URL Trang Chính Sách Bảo Mật | http://www.webley.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenSight", "description": "ScreenSight Chrome Extension", "version": "1.5.19", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "css": [ "fonts\/fonts.css" ], "default_title": "Open the ScreenSight" }, "icons": { "16": "logoIcon.png", "48": "logoIcon.png", "128": "logoIcon.png" }, "background": { "scripts": [ "static\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "static\/js\/content.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" }, { "matches": [ "https:\/\/*.linkedin.com\/*\/*" ], "js": [ "static\/js\/contentLinkedin.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" }, { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "static\/js\/contentGmail.js" ], "css": [ "fonts\/fonts.css" ], "all_frames": false, "run_at": "document_end" } ], "permissions": [ "desktopCapture", "activeTab", "storage", "http:\/\/*\/", "https:\/\/*\/", "management" ], "optional_permissions": [ " |