GA URL Builder & Shortener

Quickly create Google Analytics URL and shorten it using Bitly if given.

GA URL Builder & Shortener là gì?

GA URL Builder & Shortener là một tiện ích mở rộng Chrome được phát triển bởi https://www.dinhkhanh.dk, và tính năng chính của nó là "Quickly create Google Analytics URL and shorten it using Bitly if given.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GA URL Builder & Shortener

Tải xuống các tệp mở rộng GA URL Builder & Shortener 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

                        If you usually work with Google Analytics (GA), you must love this extension. 

It allows you to create GA tracking urls in seconds. Moreover, by using (your own) Bitly, it makes a short version of tracking url immediately. 

Note: To enable this feature, you have to provide your Bitly access token. Further instructions come along with Options page when you install this extension.

Next features:
- Allows to customize shorten URLs.                    

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

Tên GA URL Builder & Shortener GA URL Builder & Shortener
ID ehocjipbmdhminkdhconimfffcialfci
URL Chính Thức https://chromewebstore.google.com/detail/ga-url-builder-shortener/ehocjipbmdhminkdhconimfffcialfci
Mô tả Quickly create Google Analytics URL and shorten it using Bitly if given.
Kích Thước Tệp 14.11 KB
Số Lần Cài Đặt 309
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2020-02-17
Ngày Phát Hành 2020-02-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.dinhkhanh.dk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon_toolbar.png",
            "38": "[email protected]"
        },
        "default_popup": "popup.html",
        "default_title": "GA URL Builder & Shortener"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Quickly create Google Analytics URL and shorten it using Bitly if given.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqS+7nAHxCGx9RkloKSa7a\/FMFSIubqsMqRptPPmfMbiB6P4UEjm9ul2EwPzliYdqt1TtA\/0VigW1fSssTBGvZEwbuCEz\/dVtbgggB8uH5alGzP4jqy5xAOR9hAKN7h34iKkWvv\/iFWgMFjQEijkFWTzHpZ6Ur2RveQV5bAuepAsAP8atvwnLkW97U3vExMJkQdRm1eMiDrzGYZUuqgmfdxk9yjX55GnCDs\/YwWmXRQMb8hGMT7jjTIYkxG5+p3L5mER1fOPFPZjuKZib2ytugY3XVD6peYomPLZr0wZ+UuQh\/ezRF31\/XVA3HkXnK+3coDOVsg2Zi89K45V5xrcj5wIDAQAB",
    "manifest_version": 2,
    "name": "GA URL Builder & Shortener",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "short_name": "GA URL Builder",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.2"
}