Ytel Webphone Extension

Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.

Ytel Webphone Extension란 무엇입니까?

Ytel Webphone Extension은(는) Ytel, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ytel Webphone Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Click to call (and text message) phone numbers in your helpdesk, CRM, and any website. Make and receive calls and texts without all the manual work.
Also, get your phone numbers branded with your company name + monitored and fixed from mislabels like “Spam Likely”.                    

확장 프로그램 기본 정보

이름 Ytel Webphone Extension Ytel Webphone Extension
ID dhbcpadpkaemaopnpegoegfmnnjnnmhn
공식 URL https://chromewebstore.google.com/detail/ytel-webphone-extension/dhbcpadpkaemaopnpegoegfmnnjnnmhn
설명 Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.
파일 크기 1.74 MB
설치 횟수 61
현재 버전 3.10.9.1
최근 업데이트 2024-02-28
출시 날짜 2023-07-13
평점 5.00/5 총 7 개의 평점
개발자 Ytel, Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ytel.com
도움말 페이지 URL https://support.ytel.com
개인정보 보호 정책 페이지 URL https://www.ytel.com/company/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ytel Webphone Extension",
    "version": "3.10.9.1",
    "description": "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.",
    "action": {
        "browser_style": false,
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "system.display",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/lib\/jquery-2.2.4.min.js",
                "content.js"
            ],
            "css": [
                "assets\/css\/content-style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/call-icon.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}