Sitecore Analytics Testing Tools

An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups

What is Sitecore Analytics Testing Tools?

Sitecore Analytics Testing Tools is a Chrome extension developed by dthunziker, and its main feature is "An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups".

Extension Screenshots

screenshot
screenshot
screenshot

Download Sitecore Analytics Testing Tools Extension CRX File

Download Sitecore Analytics Testing Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sitecore Analytics Testing Tools Sitecore Analytics Testing Tools
ID pecalkbdlhhhcoenmcjnmhgnncnkdgak
Official URL https://chromewebstore.google.com/detail/sitecore-analytics-testin/pecalkbdlhhhcoenmcjnmhgnncnkdgak
Description An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups
File Size 148 KB
Installation Count 1,718
Current Version 1.3
Last Updated 2020-12-13
Publish Date 2019-10-21
Rating 5.00/5 Total 6 Ratings
Developer dthunziker
Email [email protected]
Payment Type free
Extension Website http://www.layerworks.com/blog/2014/12/16/sitecore-analytics-testing-tools
Help Page URL http://www.layerworks.com/blog/2014/12/16/sitecore-analytics-testing-tools
Supported Languages 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"
    ]
}