Sitecore Analytics Testing Tools
An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups
Sitecore Analytics Testing Toolsคืออะไร?
Sitecore Analytics Testing Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dthunziker และคุณลักษณะหลักของมันคือ "An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sitecore Analytics Testing Tools
ดาวน์โหลดไฟล์ส่วนขยาย Sitecore Analytics Testing Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Sitecore Analytics Testing Tools Chrome extension provides Sitecore Marketers and Developers with the ability to "spoof" their IP address. This is useful for testing features that rely on the visitor's GeoIP location, such as Personalization. Additionally, the extension provides the ability to clear Sitecore-specific cookies. By clicking "New Contact", Sitecore treats you as a first time visitor, whereas, clicking "New Visit" clears your current session and is the equivalent to a repeat visit.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sitecore Analytics Testing Tools |
ID | pecalkbdlhhhcoenmcjnmhgnncnkdgak |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sitecore-analytics-testin/pecalkbdlhhhcoenmcjnmhgnncnkdgak |
คำอธิบาย | An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups |
ขนาดไฟล์ | 148 KB |
จำนวนการติดตั้ง | 1,718 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2020-12-13 |
วันที่เผยแพร่ | 2019-10-21 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | dthunziker |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.layerworks.com/blog/2014/12/16/sitecore-analytics-testing-tools |
URL หน้าช่วยเหลือ | http://www.layerworks.com/blog/2014/12/16/sitecore-analytics-testing-tools |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sitecore Analytics Testing Tools", "description": "An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups", "version": "1.3", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_icon": { "19": "img\/48.png", "38": "img\/48.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "permissions": [ "browsingData", "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ] } |