CallTrackingMetrics

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

Wat is CallTrackingMetrics?

CallTrackingMetrics is een Chrome-extensie ontwikkeld door https://calltrackingmetrics.com, en de belangrijkste functie is "Allow tel:// to be clicked on to dial via CTM.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CallTrackingMetrics

Download CallTrackingMetrics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CallTrackingMetrics CallTrackingMetrics
ID mceiniegnkigckkmpgggllkhfnghjike
Officiële URL https://chromewebstore.google.com/detail/calltrackingmetrics/mceiniegnkigckkmpgggllkhfnghjike
Beschrijving Allow tel:// to be clicked on to dial via CTM.
Bestandsgrootte 137 KB
Aantal Installaties 164
Huidige Versie 2.5
Laatst Bijgewerkt 2023-06-02
Publicatiedatum 2021-12-01
Ontwikkelaar https://calltrackingmetrics.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.calltrackingmetrics.com/
Help Pagina-URL https://www.calltrackingmetrics.com/help
URL van de Privacybeleid Pagina https://www.calltrackingmetrics.com/legal/privacy
Ondersteunde Talen 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
}