UTM URL Generator | Campaign URL Builder
Helps you to build UTM Urls in click of Button
什麼是UTM URL Generator | Campaign URL Builder?
UTM URL Generator | Campaign URL Builder是由https://bloglikepru.com開發的Chrome擴展程式,該擴展的主要功能是“Helps you to build UTM Urls in click of Button”。
擴展截圖
下載UTM URL Generator | Campaign URL Builder擴展crx文件
下載UTM URL Generator | Campaign URL Builder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
✅ 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
擴展基本資訊
名稱 | |
ID | eajmnpeglppbdkbhmglhhaaplpgfpfin |
官方網址 | https://chromewebstore.google.com/detail/utm-url-generator-campaig/eajmnpeglppbdkbhmglhhaaplpgfpfin |
簡介 | Helps you to build UTM Urls in click of Button |
檔案大小 | 97.78 KB |
安裝次數 | 37 |
目前版本 | 0.1 |
更新時間 | 2020-07-22 |
上架時間 | 2020-07-19 |
開發者 | https://bloglikepru.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://hub.bloglikepru.com/utm-url-generator |
支援的語言 | 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" } } } } |