UTM Paramater Testing
This extension will add UTM parameters to the end of your current URL
¿Qué es UTM Paramater Testing?
UTM Paramater Testing es una extensión de Chrome desarrollada por Darren Smith, y su función principal es "This extension will add UTM parameters to the end of your current URL".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión UTM Paramater Testing
Descarga archivos de extensión UTM Paramater Testing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | mnfbgndnfookkffhhignchdhgodkddcj |
URL Oficial | https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj |
Descripción | This extension will add UTM parameters to the end of your current URL |
Tamaño del Archivo | 183 KB |
Cantidad de Instalaciones | 73 |
Versión Actual | 1.5 |
Última Actualización | 2017-10-17 |
Fecha de Publicación | 2017-10-17 |
Desarrollador | Darren Smith |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |