UTM Paramater Testing

This extension will add UTM parameters to the end of your current URL

Qu'est-ce que UTM Paramater Testing ?

UTM Paramater Testing est une extension Chrome développée par Darren Smith, et sa fonction principale est "This extension will add UTM parameters to the end of your current URL".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UTM Paramater Testing

Téléchargez les fichiers d'extension UTM Paramater Testing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Quickly add UTM Parameters to your current URL.

With one click you can add UTM Content, UTM Source, UTM Term and UTM Medium to the current tab URL, perfect for testing if URL parameters are populating in your forms.

**New for Version 1.5**
Button will now remove any existing query string present in url.                    

Informations de Base sur l'Extension

Nom UTM Paramater Testing UTM Paramater Testing
ID mnfbgndnfookkffhhignchdhgodkddcj
URL Officiel https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj
Description This extension will add UTM parameters to the end of your current URL
Taille du Fichier 183 KB
Nombre d'Installations 73
Version Actuelle 1.5
Dernière Mise à Jour 2017-10-17
Date de Publication 2017-10-17
Développeur Darren Smith
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UTM Paramater Testing",
    "description": "This extension will add UTM parameters to the end of your current URL",
    "version": "1.5",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "url_edit.png",
        "default_popup": "popup.html"
    }
}