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
公式URL 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"
    }
}