UTM Builder & Analytics
Easily create and manage your UTM parameters.
O que é UTM Builder & Analytics?
UTM Builder & Analytics é uma extensão do Chrome desenvolvida por https://tend.io, e sua principal característica é "Easily create and manage your UTM parameters.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UTM Builder & Analytics
Baixe arquivos de extensão UTM Builder & Analytics 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
This super simple UTM builder makes it easy to create and manage your UTM parameters. Use them to track the performance of your digital ads, and see where your traffic is coming from in tools like Tend.io and Google Analytics. Features Include: - Quickly generate UTMs on any website through our automated pop-up window - Easily save the UTMs you use for future reference - Sync your UTMs across devices - Automatically shorten URLs with Bitly When combined with a Tend.io subscription, you will also be able to: - Quickly reference and use your past UTM parameters - Track the number visits for each UTM parameter - See the number of identified contacts are associated with each UTM parameter
Informações Básicas da Extensão
Nome | |
ID | nbioegplonhikoglklhfnpiiamffcnah |
URL Oficial | https://chrome.google.com/webstore/detail/utm-builder-analytics/nbioegplonhikoglklhfnpiiamffcnah |
Descrição | Easily create and manage your UTM parameters. |
Tamanho do Arquivo | 90.31 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.2 |
Última Atualização | 2018-09-20 |
Data de Publicação | 2018-09-20 |
Desenvolvedor | https://tend.io |
Tipo de Pagamento | free |
Site da Extensão | https://tend.io |
URL da Página de Ajuda | https://tend.io/docs/Tools/utm-builder |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UTM Builder & Analytics", "version": "1.2", "manifest_version": 2, "description": "Easily create and manage your UTM parameters.", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "permissions": [ "declarativeContent", "storage", "activeTab" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_19.png", "32": "images\/icon_38.png", "128": "images\/icon_128.png" } }, "homepage_url": "https:\/\/tend.io\/docs\/Tools\/utm-builder" } |