NextCall.xyz
A chrome extension to join upcoming calls in one click.
什么是NextCall.xyz?
NextCall.xyz是由https://nextcall.xyz开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension to join upcoming calls in one click.”。
扩展截图
下载NextCall.xyz扩展crx文件
下载NextCall.xyz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A chrome extension to join upcoming calls in one click.
Our extension automatically opens popular conferencing solutions like Zoom, Google Meet, Skype, Microsoft Teams and many more. 扩展基本信息
| 名称 | |
| ID | hiadipcolhbbnielnehacfollbpemloc |
| 官方URL | https://chromewebstore.google.com/detail/nextcallxyz/hiadipcolhbbnielnehacfollbpemloc |
| 简介 | A chrome extension to join upcoming calls in one click. |
| 文件大小 | 582 KB |
| 安装次数 | 135 |
| 当前版本 | 0.0.0.3 |
| 更新时间 | 2020-06-28 |
| 上架时间 | 2020-06-28 |
| 评分 | 5.00/5 共8次评分 |
| 开发者 | https://nextcall.xyz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://nextcall.xyz |
| 帮助页面URL | https://nextcall.xyz/privacystatement |
| 隐私政策页面URL | https://nextcall.xyz/privacystatement |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NextCall.xyz",
"description": "A chrome extension to join upcoming calls in one click.",
"version": "0.0.0.3",
"browser_action": {
"default_title": "NextCall",
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
}
} | |