UTM Quick Linker
Quickly create UTM links
UTM Quick Linkerคืออะไร?
UTM Quick Linker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Kennedy และคุณลักษณะหลักของมันคือ "Quickly create UTM links"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UTM Quick Linker
ดาวน์โหลดไฟล์ส่วนขยาย UTM Quick Linker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UTM links are awesome, but a bit of a pain to create and keep consistent. This extension gives you a UTM'ized version of the current page's URL, ready to share, making it much easier to create quick UTM links. You can use it to tag your advertising efforts, run link building competitions (by getting staff to enter their name in the source field and creating a league table of conversions) or just save you time when tagging your links.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UTM Quick Linker |
ID | mghcdmbkghagennjmpllgbpdecmlhpif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/utm-quick-linker/mghcdmbkghagennjmpllgbpdecmlhpif |
คำอธิบาย | Quickly create UTM links |
ขนาดไฟล์ | 217 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2014-09-03 |
วันที่เผยแพร่ | 2014-09-03 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | James Kennedy |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.jameskennedy.ie/utm-quick-linker/ |
URL หน้าช่วยเหลือ | http://www.jameskennedy.ie/utm-quick-linker/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.6", "manifest_version": 2, "description": "__MSG_appDescription__", "permissions": [ "tabs", "storage" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "UTM Quick Linker", "default_popup": "popup.html" } } |