UTM Quick Linker
Quickly create UTM links
What is UTM Quick Linker?
UTM Quick Linker is a Chrome extension developed by James Kennedy, and its main feature is "Quickly create UTM links".
Extension Screenshots
Download UTM Quick Linker Extension CRX File
Download UTM Quick Linker 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
UTM links are awesome, but a bit of a pain to create and keep consistent. This extension gives you a UTM'ized version of the current page's URL, ready to share, making it much easier to create quick UTM links. You can use it to tag your advertising efforts, run link building competitions (by getting staff to enter their name in the source field and creating a league table of conversions) or just save you time when tagging your links.
Extension Basic Information
Name | UTM Quick Linker |
ID | mghcdmbkghagennjmpllgbpdecmlhpif |
Official URL | https://chromewebstore.google.com/detail/utm-quick-linker/mghcdmbkghagennjmpllgbpdecmlhpif |
Description | Quickly create UTM links |
File Size | 217 KB |
Installation Count | 13 |
Current Version | 0.0.6 |
Last Updated | 2014-09-03 |
Publish Date | 2014-09-03 |
Rating | 4.00/5 Total 1 Ratings |
Developer | James Kennedy |
Payment Type | free |
Extension Website | http://www.jameskennedy.ie/utm-quick-linker/ |
Help Page URL | http://www.jameskennedy.ie/utm-quick-linker/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.6", "manifest_version": 2, "description": "__MSG_appDescription__", "permissions": [ "tabs", "storage" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "UTM Quick Linker", "default_popup": "popup.html" } } |