UTM Builder & Analytics
Easily create and manage your UTM parameters.
UTM Builder & Analytics란 무엇입니까?
UTM Builder & Analytics은(는) https://tend.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily create and manage your UTM parameters."입니다.
확장 프로그램 스크린샷
UTM Builder & Analytics 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This super simple UTM builder makes it easy to create and manage your UTM parameters. Use them to track the performance of your digital ads, and see where your traffic is coming from in tools like Tend.io and Google Analytics. Features Include: - Quickly generate UTMs on any website through our automated pop-up window - Easily save the UTMs you use for future reference - Sync your UTMs across devices - Automatically shorten URLs with Bitly When combined with a Tend.io subscription, you will also be able to: - Quickly reference and use your past UTM parameters - Track the number visits for each UTM parameter - See the number of identified contacts are associated with each UTM parameter
확장 프로그램 기본 정보
이름 | |
ID | nbioegplonhikoglklhfnpiiamffcnah |
공식 URL | https://chrome.google.com/webstore/detail/utm-builder-analytics/nbioegplonhikoglklhfnpiiamffcnah |
설명 | Easily create and manage your UTM parameters. |
파일 크기 | 90.31 KB |
설치 횟수 | 34 |
현재 버전 | 1.2 |
최근 업데이트 | 2018-09-20 |
출시 날짜 | 2018-09-20 |
개발자 | https://tend.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tend.io |
도움말 페이지 URL | https://tend.io/docs/Tools/utm-builder |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UTM Builder & Analytics", "version": "1.2", "manifest_version": 2, "description": "Easily create and manage your UTM parameters.", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "permissions": [ "declarativeContent", "storage", "activeTab" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_19.png", "32": "images\/icon_38.png", "128": "images\/icon_128.png" } }, "homepage_url": "https:\/\/tend.io\/docs\/Tools\/utm-builder" } |