Sitecore Analytics Testing Tools

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

Was ist Sitecore Analytics Testing Tools?

Sitecore Analytics Testing Tools ist eine Chrome-Erweiterung, die von dthunziker entwickelt wurde, und ihr Hauptmerkmal ist "An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Sitecore Analytics Testing Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sitecore Analytics Testing Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sitecore Analytics Testing Tools Sitecore Analytics Testing Tools
ID pecalkbdlhhhcoenmcjnmhgnncnkdgak
Offizielle URL https://chromewebstore.google.com/detail/sitecore-analytics-testin/pecalkbdlhhhcoenmcjnmhgnncnkdgak
Beschreibung An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups
Dateigröße 148 KB
Installationsanzahl 1,718
Aktuelle Version 1.3
Letztes Update 2020-12-13
Veröffentlichungsdatum 2019-10-21
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler dthunziker
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.layerworks.com/blog/2014/12/16/sitecore-analytics-testing-tools
Hilfeseite URL http://www.layerworks.com/blog/2014/12/16/sitecore-analytics-testing-tools
Unterstützte Sprachen 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"
    ]
}