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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for clearning analytics-related cookies and specifying a forwarded IP address for GeoIP lookups"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sitecore Analytics Testing Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |