UTM Paramater Testing
This extension will add UTM parameters to the end of your current URL
Hvad er UTM Paramater Testing?
UTM Paramater Testing er en Chrome-udvidelse udviklet af Darren Smith, og dens hovedfunktion er "This extension will add UTM parameters to the end of your current URL".
Udvidelsesskærmbilleder
Download UTM Paramater Testing-udvidelses-CRX-fil
Download UTM Paramater Testing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mnfbgndnfookkffhhignchdhgodkddcj |
Officiel URL | https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj |
Beskrivelse | This extension will add UTM parameters to the end of your current URL |
Filstørrelse | 183 KB |
Antal Installationer | 73 |
Nuværende Version | 1.5 |
Senest Opdateret | 2017-10-17 |
Udgivelsesdato | 2017-10-17 |
Udvikler | Darren Smith |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |