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文件

下載Ytel Webphone Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}