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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✅ 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 |
공식 URL | 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" } } } } |