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란 무엇입니까?

NTA Click to Dial은(는) NTA.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects telephone numbers on any web page, and turns them into clickable links to call. An account with hosted.nta.co.uk is…"입니다.

확장 프로그램 스크린샷

screenshot

NTA Click to Dial 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 NTA Click to Dial NTA Click to Dial
ID imobkfopjlkgcfjiidiiegionaegfioi
공식 URL https://chromewebstore.google.com/detail/nta-click-to-dial/imobkfopjlkgcfjiidiiegionaegfioi
설명 Detects telephone numbers on any web page, and turns them into clickable links to call. An account with hosted.nta.co.uk is…
파일 크기 2.59 MB
설치 횟수 43
현재 버전 1.3.3
최근 업데이트 2022-01-29
출시 날짜 2021-12-17
개발자 NTA.co.uk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://nta.co.uk
도움말 페이지 URL https://nta.co.uk/contact/
개인정보 보호 정책 페이지 URL https://nta.co.uk/legal/privacy_policy
지원되는 언어 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"
    ]
}