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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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
}