Sitecore Analytics Testing Tools
An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups
Sitecore Analytics Testing Tools là gì?
Sitecore Analytics Testing Tools là một tiện ích mở rộng Chrome được phát triển bởi dthunziker, và tính năng chính của nó là "An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sitecore Analytics Testing Tools
Tải xuống các tệp mở rộng Sitecore Analytics Testing Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sitecore Analytics Testing Tools |
ID | pecalkbdlhhhcoenmcjnmhgnncnkdgak |
URL Chính Thức | https://chromewebstore.google.com/detail/sitecore-analytics-testin/pecalkbdlhhhcoenmcjnmhgnncnkdgak |
Mô tả | An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups |
Kích Thước Tệp | 148 KB |
Số Lần Cài Đặt | 1,718 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2020-12-13 |
Ngày Phát Hành | 2019-10-21 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | dthunziker |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.layerworks.com/blog/2014/12/16/sitecore-analytics-testing-tools |
URL Trang Trợ Giúp | http://www.layerworks.com/blog/2014/12/16/sitecore-analytics-testing-tools |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |