UTM Quick Linker

Quickly create UTM links

Cos'è UTM Quick Linker?

UTM Quick Linker è un'estensione di Chrome sviluppata da James Kennedy, e la sua funzione principale è "Quickly create UTM links".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione UTM Quick Linker

Scarica i file di estensione UTM Quick Linker 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

                        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.                    

Informazioni di Base sull'Estensione

Nome UTM Quick Linker UTM Quick Linker
ID mghcdmbkghagennjmpllgbpdecmlhpif
URL Ufficiale https://chromewebstore.google.com/detail/utm-quick-linker/mghcdmbkghagennjmpllgbpdecmlhpif
Descrizione Quickly create UTM links
Dimensione del File 217 KB
Conteggio Installazioni 13
Versione Corrente 0.0.6
Ultimo Aggiornamento 2014-09-03
Data di Pubblicazione 2014-09-03
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore James Kennedy
Tipo di Pagamento free
Sito Web dell'Estensione http://www.jameskennedy.ie/utm-quick-linker/
URL della Pagina di Aiuto http://www.jameskennedy.ie/utm-quick-linker/
Lingue Supportate 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"
    }
}