CampaignTrackly: Build UTM Links in Seconds

Fully automated UTM generator, URL builder & link shortener makes your life easy: GA & Bitly integration, campaign dashboard

CampaignTrackly: Build UTM Links in Seconds là gì?

CampaignTrackly: Build UTM Links in Seconds là một tiện ích mở rộng Chrome được phát triển bởi https://campaigntrackly.com, và tính năng chính của nó là "Fully automated UTM generator, URL builder & link shortener makes your life easy: GA & Bitly integration, campaign dashboard".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CampaignTrackly: Build UTM Links in Seconds

Tải xuống các tệp mở rộng CampaignTrackly: Build UTM Links in Seconds 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

                        CampaignTrackly's Chrome Extension is an automated page link grabber that lets you add tracking tags to any page in seconds. It is part of our comprehensive UTM tracking suite with a fully automated all-in-one UTM generator, campaign link builder, URL shortener dashboards and reporting, and more. 

You need to register to get started. We recommend that you start with our FREE registration to experience all of the benefits that the web app + Chrome extension can offer.

We use automation to speed up significantly the error-free generation and management of:

 - standard and custom UTM tags,
 - long and shortened tracking links, and
 - marketing campaign tracking info storage and reporting.

The Chrome extension always works with the web app, where you can go back to find all your campaigns stored alphabetically, by date or by number of clicks they generated. If you connect the app with Bitly and Google Analytics, you can tag and shorten multiple links in under a minute and you can visualize traffic, clicks and goals in our no-brainer dashboards.

The "tag-anywhere" link auto-grabber Chrome Extension enables marketers to tag instantly any page they are on without the need to interrupt their creative process. 

The web app + extension combo offers enhanced productivity benefits for any marketing team focused on improving campaign performance and driving better budget spend.

HOW TO GET STARTED:

1. Add to Chrome 2. Navigate away from Google Chrome Store and onto a website of your choice. 3. Click the extension and make sure you create your free account 4. Go to a page of your choice 5. Right-click anywhere on the page or click on the CampaignTrackly Chrome Extension icon to auto-grab the link and to generate your tracking campaign links. 5. If you want the tool to auto-shorten your links, use app.campaigntrackly.com>Settings to auto-connect with your Bitly account.

SUPPORT

For SUPPORT we offer several options:
Please visit this page: https://groups.google.com/forum/#!forum/campaigntrackly-chrome-extension-support-group
Or, you can contact us at [email protected], @CampaignTrackly on Twitter or https://www.facebook.com/leafwiredigital/ on Facebook. 

Please note that this extension requires registration, which is FREE.                    

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

Tên CampaignTrackly: Build UTM Links in Seconds CampaignTrackly: Build UTM Links in Seconds
ID acidoblgnoinmcobmdfpeoepdkmfoebn
URL Chính Thức https://chromewebstore.google.com/detail/campaigntrackly-build-utm/acidoblgnoinmcobmdfpeoepdkmfoebn
Mô tả Fully automated UTM generator, URL builder & link shortener makes your life easy: GA & Bitly integration, campaign dashboard
Kích Thước Tệp 20.34 KB
Số Lần Cài Đặt 418
Phiên Bản Hiện Tại 3.7.6
Cập Nhật Lần Cuối 2023-03-08
Ngày Phát Hành 2018-02-28
Đánh Giá 4.78/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://campaigntrackly.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.campaigntrackly.com
URL Trang Trợ Giúp https://app.campaigntrackly.com/campaigntrackly-chrome-extension-support/
URL Trang Chính Sách Bảo Mật https://app.campaigntrackly.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "Create link campaign"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "description": "Fully automated UTM generator, URL builder & link shortener makes your life easy: GA & Bitly integration, campaign dashboard",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "64": "images\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgemXw64LOYLsbhFBX3h21SMGg9vgP06HNpnZ7EIGUWUulT9BWffp3Ff2dFt1AALrV6a3IHxu59Qiin\/4rIZHf4tcnmOkLK1OLxbyPotwHyIw0+zI9r\/TgQQGxK1vB8UXE4gqX9UHYAAm7+BIPJA0DqXVoVyBwcv0Dlq6NP\/Ha9pCvmqdeDIz7l++6k9r\/wN5\/Z6nuzeffbzF2AmnHnRCiQEf41ey7DSvnpvxxa+wosToW2JE9OG+\/bARhZUokwyMSIcvMp9T5i1erAdiz1e\/JFPiJf68xZKItfRuCCkzd+1uutn311OU7OhcXV0\/1TzXa1yMG2uD2Un2EE\/erfAXiQIDAQAB",
    "manifest_version": 3,
    "name": "CampaignTrackly: Build UTM Links in Seconds",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "short_name": "Click to Tag",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.7.6"
}