Terminus UTM Builder
Terminus makes it easy for you and your team to build and manage all your UTM URLs in one place.
Terminus UTM Builderคืออะไร?
Terminus UTM Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.terminusapp.com และคุณลักษณะหลักของมันคือ "Terminus makes it easy for you and your team to build and manage all your UTM URLs in one place."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Terminus UTM Builder
ดาวน์โหลดไฟล์ส่วนขยาย Terminus UTM Builder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Build a UTM tracking URL on any website and save it in your Terminus account. Terminus helps marketers build and manage UTM tracking URLs. It's a much more advanced version of Google URL Builder or any spreadsheet solution. It's built for serious marketers and marketing agencies to take their URL tracking to the next level. * Define and enforce any UTM conventions * Save all URLs, UTMs, custom parameters in once place * Add UTM tracking to all URLs in your emails with a couple of clicks. * Collaborate with your team with fine grained user permissions * Use dropdowns to choose from previously used values * You can use presets to save your favorite combination of campaign parameters. Apply them with a single click the next time you create a URL * Automatically shorten your URLs (you can even use your own shortener) Terminus is the most advanced solution in the market for building your tracking URLs. * Requires Terminus account. Signup for a zero-risk, free trial today at https://www.terminusapp.com Extension Permissions: - Read and change data on terminusapp.com sites This extension loads your Terminus account in an overlay. This requires modifying requests to terminusapp.com to facilitate this. - Read your browsing history The extension uses this permission to populate the current url in the UTM builder so that you don't have to copy-paste it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Terminus UTM Builder |
ID | cpibiaebckfaajijhjhkfmedpnagcmmo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/terminus-utm-builder/cpibiaebckfaajijhjhkfmedpnagcmmo |
คำอธิบาย | Terminus makes it easy for you and your team to build and manage all your UTM URLs in one place. |
ขนาดไฟล์ | 14.25 KB |
จำนวนการติดตั้ง | 313 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2022-06-03 |
วันที่เผยแพร่ | 2019-10-03 |
ผู้พัฒนา | https://www.terminusapp.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.terminusapp.com/?utm_source=chrome_webstore&utm_medium=referral&utm_campaign=extension |
URL หน้าช่วยเหลือ | https://www.terminusapp.com/contact/?utm_source=chrome_webstore&utm_medium=referral&utm_campaign=extension |
URL หน้านโยบายความเป็นส่วนตัว | https://www.terminusapp.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Terminus UTM Builder", "version": "3.0.0", "manifest_version": 3, "minimum_chrome_version": "90", "description": "Terminus makes it easy for you and your team to build and manage all your UTM URLs in one place.", "homepage_url": "https:\/\/www.terminusapp.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "contextMenus", "activeTab", "scripting", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.terminusapp.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "removeHeader", "enabled": true, "path": "removeHeader.json" } ] } } |