TelSmart - Phone number finder

Highlights phone numbers in a web page

TelSmart - Phone number finder là gì?

TelSmart - Phone number finder là một tiện ích mở rộng Chrome được phát triển bởi TelSmart, và tính năng chính của nó là "Highlights phone numbers in a web page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TelSmart - Phone number finder

Tải xuống các tệp mở rộng TelSmart - Phone number finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TelSmart - Phone number finder TelSmart - Phone number finder
ID kjeenfjkaapaopmmcnmhmhmjblifnokb
URL Chính Thức https://chromewebstore.google.com/detail/telsmart-phone-number-fin/kjeenfjkaapaopmmcnmhmhmjblifnokb
Mô tả Highlights phone numbers in a web page
Kích Thước Tệp 840 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 0.2.8
Cập Nhật Lần Cuối 2023-08-21
Ngày Phát Hành 2022-11-30
Nhà Phát Triển TelSmart
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.telsmart.eu
URL Trang Trợ Giúp https://www.telsmart.eu/support
Ngôn Ngữ Được Hỗ Trợ 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
}