TelSmart - Phone number finder

Highlights phone numbers in a web page

O que é TelSmart - Phone number finder?

TelSmart - Phone number finder é uma extensão do Chrome desenvolvida por TelSmart, e sua principal característica é "Highlights phone numbers in a web page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TelSmart - Phone number finder

Baixe arquivos de extensão TelSmart - Phone number finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome TelSmart - Phone number finder TelSmart - Phone number finder
ID kjeenfjkaapaopmmcnmhmhmjblifnokb
URL Oficial https://chromewebstore.google.com/detail/telsmart-phone-number-fin/kjeenfjkaapaopmmcnmhmhmjblifnokb
Descrição Highlights phone numbers in a web page
Tamanho do Arquivo 840 KB
Contagem de Instalações 117
Versão Atual 0.2.8
Última Atualização 2023-08-21
Data de Publicação 2022-11-30
Desenvolvedor TelSmart
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.telsmart.eu
URL da Página de Ajuda https://www.telsmart.eu/support
Idiomas Suportados 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
}