UTM Paramater Testing
This extension will add UTM parameters to the end of your current URL
UTM Paramater Testingคืออะไร?
UTM Paramater Testing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Darren Smith และคุณลักษณะหลักของมันคือ "This extension will add UTM parameters to the end of your current URL"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UTM Paramater Testing
ดาวน์โหลดไฟล์ส่วนขยาย UTM Paramater Testing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quickly add UTM Parameters to your current URL. With one click you can add UTM Content, UTM Source, UTM Term and UTM Medium to the current tab URL, perfect for testing if URL parameters are populating in your forms. **New for Version 1.5** Button will now remove any existing query string present in url.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mnfbgndnfookkffhhignchdhgodkddcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj |
คำอธิบาย | This extension will add UTM parameters to the end of your current URL |
ขนาดไฟล์ | 183 KB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2017-10-17 |
วันที่เผยแพร่ | 2017-10-17 |
ผู้พัฒนา | Darren Smith |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UTM Paramater Testing", "description": "This extension will add UTM parameters to the end of your current URL", "version": "1.5", "permissions": [ "tabs" ], "browser_action": { "default_icon": "url_edit.png", "default_popup": "popup.html" } } |