NTA Click to Dial

Detects telephone numbers on any web page, and turns them into clickable links to call. An account with hosted.nta.co.uk is…

NTA Click to Dial là gì?

NTA Click to Dial là một tiện ích mở rộng Chrome được phát triển bởi NTA.co.uk, và tính năng chính của nó là "Detects telephone numbers on any web page, and turns them into clickable links to call. An account with hosted.nta.co.uk is…".

Ả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 NTA Click to Dial

Tải xuống các tệp mở rộng NTA Click to Dial 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

                        Detects telephone numbers on any web page, and turns them into clickable links to call.

An account with hosted.nta.co.uk is required. 

After downloading the plugin, enter portal username and password, your extension number and press save. Then restart chrome. Phone numbers will now be converted to clickable links. 

For support please email [email protected] or dial 01708393939.
For our Privacy Policy please view: https://nta.co.uk/legal/privacy_policy/                    

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

Tên NTA Click to Dial NTA Click to Dial
ID imobkfopjlkgcfjiidiiegionaegfioi
URL Chính Thức https://chromewebstore.google.com/detail/nta-click-to-dial/imobkfopjlkgcfjiidiiegionaegfioi
Mô tả Detects telephone numbers on any web page, and turns them into clickable links to call. An account with hosted.nta.co.uk is…
Kích Thước Tệp 2.59 MB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2022-01-29
Ngày Phát Hành 2021-12-17
Nhà Phát Triển NTA.co.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://nta.co.uk
URL Trang Trợ Giúp https://nta.co.uk/contact/
URL Trang Chính Sách Bảo Mật https://nta.co.uk/legal/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NTA Click to Dial",
    "version": "1.3.3",
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mutation-summary.js",
                "jquery-3.1.0.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": ""
    },
    "background": {
        "scripts": [
            "jquery-3.1.0.min.js",
            "bg.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.png",
        "options.html"
    ]
}