UTM URL Generator | Campaign URL Builder
Helps you to build UTM Urls in click of Button
UTM URL Generator | Campaign URL Builder là gì?
UTM URL Generator | Campaign URL Builder là một tiện ích mở rộng Chrome được phát triển bởi https://bloglikepru.com, và tính năng chính của nó là "Helps you to build UTM Urls in click of Button".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UTM URL Generator | Campaign URL Builder
Tải xuống các tệp mở rộng UTM URL Generator | Campaign URL Builder 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 URL Generator 🌐 ✅ Simple Chrome Extension for creating UTM URLs Quickly 🔖 What is UTM URL? - A UTM code is a snippet of simple code that you can add to the end of a URL to track the performance of campaigns and content. 📝 Requirements - Current Page URL - Campaign Details 💅 Features - Quick launch with Ctrl + Q - Displays QR Code - Auto fetching Current Tab URL - Auto Copy to Clipboard - Built using Pure.CSS - Light Weight ✅ LICENSE : MIT
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eajmnpeglppbdkbhmglhhaaplpgfpfin |
URL Chính Thức | https://chromewebstore.google.com/detail/utm-url-generator-campaig/eajmnpeglppbdkbhmglhhaaplpgfpfin |
Mô tả | Helps you to build UTM Urls in click of Button |
Kích Thước Tệp | 97.78 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2020-07-22 |
Ngày Phát Hành | 2020-07-19 |
Nhà Phát Triển | https://bloglikepru.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://hub.bloglikepru.com/utm-url-generator |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UTM URL Generator | Campaign URL Builder", "description": "Helps you to build UTM Urls in click of Button", "version": "0.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html", "default_title": "UTM URL Generator" }, "homepage_url": "https:\/\/hub.bloglikepru.com\/utm-url-generator\/?utm_source=Chrome Webstore&utm_medium=Store Listing&utm_campaign=ChromePlugin", "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "linux": "Ctrl+Q", "windows": "Alt+Q", "mac": "Alt+Q" } } } } |