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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    ]
}