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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |