Magicall
Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.
Magicall là gì?
Magicall là một tiện ích mở rộng Chrome được phát triển bởi Team Ubiq, và tính năng chính của nó là "Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.".
Ả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 Magicall
Tải xuống các tệp mở rộng Magicall 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
Install this Chrome extension to start screen sharing on Magicall
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Magicall |
ID | kdcdiaphnacjkhokjinmgnpopfjdldoj |
URL Chính Thức | https://chromewebstore.google.com/detail/magicall/kdcdiaphnacjkhokjinmgnpopfjdldoj |
Mô tả | Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*. |
Kích Thước Tệp | 94.36 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 0.4.4 |
Cập Nhật Lần Cuối | 2018-10-23 |
Ngày Phát Hành | 2018-10-23 |
Nhà Phát Triển | Team Ubiq |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.getmagicall.com/ |
URL Trang Chính Sách Bảo Mật | https://www.iubenda.com/privacy-policy/80072039 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Magicall", "description": "Magicall Chrome extension for screensharing on https:\/\/chat.getmagicall.com\/*.", "homepage_url": "https:\/\/www.getmagicall.com\/", "version": "0.4.4", "background": { "scripts": [ "capturedesktop.js", "gcal_background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_title": "Magicall" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "ext\/jquery-3.3.1.min.js", "ext\/bililiteRange.js" ], "css": [ "cal.css", "ext\/roboto.css" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture", "storage", " |