UTM Paramater Testing

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

Co to jest UTM Paramater Testing?

UTM Paramater Testing to rozszerzenie Chrome opracowane przez Darren Smith, a jego główną funkcją jest „This extension will add UTM parameters to the end of your current URL”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia UTM Paramater Testing

Pobierz pliki rozszerzeń UTM Paramater Testing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa UTM Paramater Testing UTM Paramater Testing
ID mnfbgndnfookkffhhignchdhgodkddcj
Oficjalny URL https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj
Opis This extension will add UTM parameters to the end of your current URL
Rozmiar pliku 183 KB
Liczba instalacji 73
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2017-10-17
Data Publikacji 2017-10-17
Deweloper Darren Smith
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}