UTM Paramater Testing

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

Co je UTM Paramater Testing?

UTM Paramater Testing je rozšíření Chrome vyvinuté Darren Smith, a jeho hlavní funkcí je „This extension will add UTM parameters to the end of your current URL“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření UTM Paramater Testing

Stáhněte si soubory rozšíření UTM Paramater Testing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název UTM Paramater Testing UTM Paramater Testing
ID mnfbgndnfookkffhhignchdhgodkddcj
Oficiální URL https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj
Popis This extension will add UTM parameters to the end of your current URL
Velikost souboru 183 KB
Počet instalací 73
Aktuální Verze 1.5
Poslední Aktualizace 2017-10-17
Datum Vydání 2017-10-17
Vývojář Darren Smith
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}