UTM Quick Linker

Quickly create UTM links

Wat is UTM Quick Linker?

UTM Quick Linker is een Chrome-extensie ontwikkeld door James Kennedy, en de belangrijkste functie is "Quickly create UTM links".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie UTM Quick Linker

Download UTM Quick Linker-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

                        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.                    

Basisinformatie over de Extensie

Naam UTM Quick Linker UTM Quick Linker
ID mghcdmbkghagennjmpllgbpdecmlhpif
Officiële URL https://chromewebstore.google.com/detail/utm-quick-linker/mghcdmbkghagennjmpllgbpdecmlhpif
Beschrijving Quickly create UTM links
Bestandsgrootte 217 KB
Aantal Installaties 13
Huidige Versie 0.0.6
Laatst Bijgewerkt 2014-09-03
Publicatiedatum 2014-09-03
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar James Kennedy
Betalingswijze free
Extensiewebsite http://www.jameskennedy.ie/utm-quick-linker/
Help Pagina-URL http://www.jameskennedy.ie/utm-quick-linker/
Ondersteunde Talen 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"
    }
}