UTM Paramater Testing
This extension will add UTM parameters to the end of your current URL
Wat is UTM Paramater Testing?
UTM Paramater Testing is een Chrome-extensie ontwikkeld door Darren Smith, en de belangrijkste functie is "This extension will add UTM parameters to the end of your current URL".
Extensie Screenshots
Download het CRX-bestand van de extensie UTM Paramater Testing
Download UTM Paramater Testing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mnfbgndnfookkffhhignchdhgodkddcj |
Officiële URL | https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj |
Beschrijving | This extension will add UTM parameters to the end of your current URL |
Bestandsgrootte | 183 KB |
Aantal Installaties | 73 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2017-10-17 |
Publicatiedatum | 2017-10-17 |
Ontwikkelaar | Darren Smith |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |