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是由dthunziker開發的Chrome擴展程式,該擴展的主要功能是“An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups”。

擴展截圖

screenshot
screenshot
screenshot

下載Sitecore Analytics Testing Tools擴展crx文件

下載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 Sitecore Analytics Testing Tools
ID pecalkbdlhhhcoenmcjnmhgnncnkdgak
官方網址 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"
    ]
}