Magicall
Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.
什么是Magicall?
Magicall是由Team Ubiq开发的Chrome扩展程序,该扩展的主要功能是“Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.”。
扩展截图
下载Magicall扩展crx文件
下载Magicall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Install this Chrome extension to start screen sharing on Magicall 扩展基本信息
| 名称 | |
| ID | kdcdiaphnacjkhokjinmgnpopfjdldoj |
| 官方URL | https://chromewebstore.google.com/detail/magicall/kdcdiaphnacjkhokjinmgnpopfjdldoj |
| 简介 | Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*. |
| 文件大小 | 94.36 KB |
| 安装次数 | 51 |
| 当前版本 | 0.4.4 |
| 更新时间 | 2018-10-23 |
| 上架时间 | 2018-10-23 |
| 开发者 | Team Ubiq |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.getmagicall.com/ |
| 隐私政策页面URL | https://www.iubenda.com/privacy-policy/80072039 |
| 支持的语言 | 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",
" | |