PII Viewer for Google Analytics

The simple and easy way to view personally identifiable information (PII) in Google Analytics.

PII Viewer for Google Analytics क्या है?

PII Viewer for Google Analytics https://davidsimpson.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The simple and easy way to view personally identifiable information (PII) in Google Analytics."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PII Viewer for Google Analytics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Sending personally identifiable information (PII) to Google Aanalytics is strictly prohibited, but sending a unique user ID is permitted. This extension allows you to map the user ID stored in Google Analytics to PII such as name and email address stored locally.

Rather than building your own custom integration to map this data together, you can simply reference a locally stored CSV file and let this Chrome extension do the hard work. This means that you comply with the privacy policy, but get to understand your visitor data.                    

एक्सटेंशन की मूल जानकारी

नाम PII Viewer for Google Analytics PII Viewer for Google Analytics
ID kocaompbindpaanpabjeeechkofidmbh
आधिकारिक URL https://chromewebstore.google.com/detail/pii-viewer-for-google-ana/kocaompbindpaanpabjeeechkofidmbh
विवरण The simple and easy way to view personally identifiable information (PII) in Google Analytics.
फ़ाइल का आकार 3.09 MB
स्थापना संख्या 2,945
वर्तमान संस्करण 0.0.14
अंतिम अपडेट 2021-03-06
प्रकाशन तिथि 2018-04-16
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर https://davidsimpson.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://davidsimpson.me/pii-viewer-for-google-analytics/
सहायता पृष्ठ URL http://davidsimpson.me/2014/04/22/tutorial-using-pii-viewer-google-analytics-chrome-extension/
गोपनीयता नीति पृष्ठ URL https://www.dsapps.dev/data-security-privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PII Viewer for Google Analytics",
    "version": "0.0.14",
    "manifest_version": 2,
    "description": "The simple and easy way to view personally identifiable information (PII) in Google Analytics.",
    "homepage_url": "http:\/\/davidsimpson.me\/pii-viewer-for-google-analytics",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/options.html",
    "permissions": [
        "https:\/\/analytics.google.com\/analytics\/web\/*",
        "https:\/\/www.google.com\/analytics\/*",
        "https:\/\/*.mailchimp.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/analytics.google.com\/analytics\/*",
                "https:\/\/www.google.com\/analytics\/*"
            ],
            "css": [
                "src\/inject\/inject.css",
                "src\/inject\/bootstrap.min.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js",
                "src\/inject\/bootstrap.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/options\/options.html",
        "js\/jquery\/jquery.min.map"
    ],
    "content_security_policy": "script-src 'self' https:\/\/analytics.google.com https:\/\/www.google-analytics.com https:\/\/*.api.mailchimp.com; object-src 'self'"
}