Sandals Screen Recorder
tabs
Sandals Screen Recorder là gì?
Sandals Screen Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://interactive.sandals.com, và tính năng chính của nó là "tabs".
Ả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 Sandals Screen Recorder
Tải xuống các tệp mở rộng Sandals Screen Recorder 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
Recording Screen with audio Grypp Corp allows you to share your screen or a specific application during a Grypp call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sandals Screen Recorder |
ID | nmjgbfpkdjdlddigkkgikdfajdoelimg |
URL Chính Thức | https://chromewebstore.google.com/detail/sandals-screen-recorder/nmjgbfpkdjdlddigkkgikdfajdoelimg |
Mô tả | tabs |
Kích Thước Tệp | 7.59 KB |
Số Lần Cài Đặt | 351 |
Phiên Bản Hiện Tại | 10.1 |
Cập Nhật Lần Cuối | 2019-04-15 |
Ngày Phát Hành | 2019-04-15 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://interactive.sandals.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sandals Screen Recorder", "author": "Grypp", "version": "10.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "tabs", "homepage_url": "https:\/\/gryppcorp.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/interactive.sandals.com\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |