UTM Quick Linker

Quickly create UTM links

什麼是UTM Quick Linker?

UTM Quick Linker是由James Kennedy開發的Chrome擴展程式,該擴展的主要功能是“Quickly create UTM links”。

擴展截圖

screenshot
screenshot

下載UTM Quick Linker擴展crx文件

下載UTM Quick Linker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 UTM Quick Linker UTM Quick Linker
ID mghcdmbkghagennjmpllgbpdecmlhpif
官方網址 https://chromewebstore.google.com/detail/utm-quick-linker/mghcdmbkghagennjmpllgbpdecmlhpif
簡介 Quickly create UTM links
檔案大小 217 KB
安裝次數 13
目前版本 0.0.6
更新時間 2014-09-03
上架時間 2014-09-03
評分 4.00/5 共 1 次評分
開發者 James Kennedy
付費類型 free
擴展官網 http://www.jameskennedy.ie/utm-quick-linker/
說明頁面URL http://www.jameskennedy.ie/utm-quick-linker/
支援的語言 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"
    }
}