Redfly Tagger for Google Analytics™
...
Redfly Tagger for Google Analytics™คืออะไร?
Redfly Tagger for Google Analytics™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Redfly และคุณลักษณะหลักของมันคือ "..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redfly Tagger for Google Analytics™
ดาวน์โหลดไฟล์ส่วนขยาย Redfly Tagger for Google Analytics™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Redfly Tagger for use with Google Analytics™ is a simply chrome extension enabling you to to quickly create custom URLs using Google Analytics parameters in a quick and easy "right click" lightbox interface. ***************** Version 2 improves stability, fixes some minor bugs and allows for customization of tagged URL. It's also now available from the context menu.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Redfly Tagger for Google Analytics™ |
ID | dbhmpojpnnkhcfblagebphlnmmccmiid |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/redfly-tagger-for-google/dbhmpojpnnkhcfblagebphlnmmccmiid |
คำอธิบาย | ... |
ขนาดไฟล์ | 141 KB |
จำนวนการติดตั้ง | 212 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2013-03-31 |
วันที่เผยแพร่ | 2013-03-31 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Redfly |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.redflymarketing.com/ |
URL หน้าช่วยเหลือ | https://www.redflymarketing.com/contact. |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redfly Tagger for Google Analytics\u2122", "version": "2.0", "manifest_version": 2, "description": "...", "options_page": "options.htm", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_128.png", "default_title": "Redfly Google Analytics Tagger", "default_popup": "options.htm" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "options.htm" ], "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ] } |