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ファイルをダウンロード

NTA Click to Dial拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}