CallTrackingMetrics

Allow tel:// to be clicked on to dial via CTM.

CallTrackingMetricsとは何ですか?

CallTrackingMetricsはhttps://calltrackingmetrics.comによって開発されたChromeの拡張機能で、その主な機能は「Allow tel:// to be clicked on to dial via CTM.」です。

拡張機能のスクリーンショット

screenshot

CallTrackingMetrics拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Replace tel:// links on websites with a click to open the softphone with the number pre-loaded and ready to dial.                    

拡張機能の基本情報

名前 CallTrackingMetrics CallTrackingMetrics
ID mceiniegnkigckkmpgggllkhfnghjike
公式URL https://chromewebstore.google.com/detail/calltrackingmetrics/mceiniegnkigckkmpgggllkhfnghjike
説明 Allow tel:// to be clicked on to dial via CTM.
ファイルサイズ 137 KB
インストール数 164
現在のバージョン 2.5
最終更新日 2023-06-02
公開日 2021-12-01
開発者 https://calltrackingmetrics.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.calltrackingmetrics.com/
ヘルプページのURL https://www.calltrackingmetrics.com/help
プライバシーポリシーページのURL https://www.calltrackingmetrics.com/legal/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CallTrackingMetrics",
    "version": "2.5",
    "description": "Allow tel:\/\/ to be clicked on to dial via CTM.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "replace.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 3
}