UTM Paramater Testing
This extension will add UTM parameters to the end of your current URL
What is UTM Paramater Testing?
UTM Paramater Testing is a Chrome extension developed by Darren Smith, and its main feature is "This extension will add UTM parameters to the end of your current URL".
Extension Screenshots
Download UTM Paramater Testing Extension CRX File
Download UTM Paramater Testing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mnfbgndnfookkffhhignchdhgodkddcj |
Official URL | https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj |
Description | This extension will add UTM parameters to the end of your current URL |
File Size | 183 KB |
Installation Count | 73 |
Current Version | 1.5 |
Last Updated | 2017-10-17 |
Publish Date | 2017-10-17 |
Developer | Darren Smith |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |