TelSmart - Phone number finder

Highlights phone numbers in a web page

什麼是TelSmart - Phone number finder?

TelSmart - Phone number finder是由TelSmart開發的Chrome擴展程式,該擴展的主要功能是“Highlights phone numbers in a web page”。

擴展截圖

screenshot

下載TelSmart - Phone number finder擴展crx文件

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

擴展使用說明

                        Highlights phone numbers in a web page and enables you to use Click2Dial with TelSmart solutions.
Save time by no longer having to enter phonenumbers manually!

Choose between:
* Local mode: triggers Flexy Desktop
* Device mode: triggers your TelSmart fixed phone devices

Note: this extension only works for TelSmart customers!                    

擴展基本資訊

名稱 TelSmart - Phone number finder TelSmart - Phone number finder
ID kjeenfjkaapaopmmcnmhmhmjblifnokb
官方網址 https://chromewebstore.google.com/detail/telsmart-phone-number-fin/kjeenfjkaapaopmmcnmhmhmjblifnokb
簡介 Highlights phone numbers in a web page
檔案大小 840 KB
安裝次數 117
目前版本 0.2.8
更新時間 2023-08-21
上架時間 2022-11-30
開發者 TelSmart
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.telsmart.eu
說明頁面URL https://www.telsmart.eu/support
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TelSmart - Phone number finder",
    "version": "0.2.8",
    "description": "Highlights phone numbers in a web page",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        ""
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "icons": {
        "16": "assets\/telsmart-logo-16px.png",
        "32": "assets\/telsmart-logo-32px.png",
        "48": "assets\/telsmart-logo-48px.png",
        "128": "assets\/telsmart-logo-128px.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*",
                ""
            ],
            "js": [
                "thirdParty\/jquery-3.6.1.min.js",
                "thirdParty\/jquery.mark.min.js",
                "thirdParty\/libphonenumber.js",
                "content.js",
                "settings.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/telsmart-logo-32px.png",
                "assets\/icon.svg",
                "assets\/loader.gif",
                "thirdParty\/libphonenumber.js",
                "popup.html",
                "settings.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*",
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/telsmart-logo-16px.png",
            "24": "assets\/telsmart-logo-24px.png",
            "32": "assets\/telsmart-logo-32px.png"
        },
        "default_title": "TelSmart - Phone number finder",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}