UTM Quick Linker

Quickly create UTM links

UTM Quick Linker là gì?

UTM Quick Linker là một tiện ích mở rộng Chrome được phát triển bởi James Kennedy, và tính năng chính của nó là "Quickly create UTM links".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UTM Quick Linker

Tải xuống các tệp mở rộng UTM Quick Linker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UTM Quick Linker UTM Quick Linker
ID mghcdmbkghagennjmpllgbpdecmlhpif
URL Chính Thức https://chromewebstore.google.com/detail/utm-quick-linker/mghcdmbkghagennjmpllgbpdecmlhpif
Mô tả Quickly create UTM links
Kích Thước Tệp 217 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2014-09-03
Ngày Phát Hành 2014-09-03
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển James Kennedy
Loại Thanh Toán free
Trang Web Mở Rộng http://www.jameskennedy.ie/utm-quick-linker/
URL Trang Trợ Giúp http://www.jameskennedy.ie/utm-quick-linker/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}