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® |
| Eメール | [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"
]
}
]
} | |