UTM Paramater Testing

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

O que é UTM Paramater Testing?

UTM Paramater Testing é uma extensão do Chrome desenvolvida por Darren Smith, e sua principal característica é "This extension will add UTM parameters to the end of your current URL".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão UTM Paramater Testing

Baixe arquivos de extensão UTM Paramater Testing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UTM Paramater Testing UTM Paramater Testing
ID mnfbgndnfookkffhhignchdhgodkddcj
URL Oficial https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj
Descrição This extension will add UTM parameters to the end of your current URL
Tamanho do Arquivo 183 KB
Contagem de Instalações 73
Versão Atual 1.5
Última Atualização 2017-10-17
Data de Publicação 2017-10-17
Desenvolvedor Darren Smith
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}