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
公式URL 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
Eメール [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
}