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 |
| 官方網址 | 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"
]
}
]
} | |