YouNeed Phone
The YouNeed extension to start phone calls from web pages
什么是YouNeed Phone?
YouNeed Phone是由YouNeed®开发的Chrome扩展程序,该扩展的主要功能是“The YouNeed extension to start phone calls from web pages”。
扩展截图
下载YouNeed Phone扩展crx文件
下载YouNeed Phone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows YouNeed® users to start phone calls directly from web pages.
While using Chrome to browse the web, they will be able to click phone numbers and a YouNeed® phone call will start.
Also, this extension helps to receive more easily phone calls on a YouNeed® extension. 扩展基本信息
| 名称 | |
| ID | jjonhbifjclnpdicimalddgfjfbfefci |
| 官方URL | https://chrome.google.com/webstore/detail/youneed-phone/jjonhbifjclnpdicimalddgfjfbfefci |
| 简介 | The YouNeed extension to start phone calls from web pages |
| 文件大小 | 31.39 KB |
| 安装次数 | 289 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-10-19 |
| 上架时间 | 2021-05-17 |
| 开发者 | YouNeed® |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://youneed.it |
| 隐私政策页面URL | https://www.ambrogio.com/policy/policy-privacy.html |
| 支持的语言 | it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouNeed Phone",
"version": "1.0.1",
"description": "The YouNeed extension to start phone calls from web pages",
"manifest_version": 3,
"permissions": [
"cookies",
"tabs",
"storage"
],
"host_permissions": [
"*:\/\/*.web.youneed.it\/*"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"action": [],
"background": {
"service_worker": "service_worker.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": false,
"js": [
"content_script.js"
]
}
]
} | |