UTM Paramater Testing
This extension will add UTM parameters to the end of your current URL
Cos'è UTM Paramater Testing?
UTM Paramater Testing è un'estensione di Chrome sviluppata da Darren Smith, e la sua funzione principale è "This extension will add UTM parameters to the end of your current URL".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UTM Paramater Testing
Scarica i file di estensione UTM Paramater Testing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mnfbgndnfookkffhhignchdhgodkddcj |
URL Ufficiale | https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj |
Descrizione | This extension will add UTM parameters to the end of your current URL |
Dimensione del File | 183 KB |
Conteggio Installazioni | 73 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2017-10-17 |
Data di Pubblicazione | 2017-10-17 |
Sviluppatore | Darren Smith |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |