Analytics Woman

Change the Woman from Google Analytics

What is Analytics Woman?

Analytics Woman is a Chrome extension developed by https://www.clayburngriffin.com, and its main feature is "Change the Woman from Google Analytics".

Extension Screenshots

screenshot

Download Analytics Woman Extension CRX File

Download Analytics Woman extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        That woman on the Google Analytics homepage.  Yeah, this replaces her with random others.  Now updated for the new 2016 design!                    

Extension Basic Information

Name Analytics Woman Analytics Woman
ID flpahljjkojbfehefeghkehfophibjol
Official URL https://chromewebstore.google.com/detail/analytics-woman/flpahljjkojbfehefeghkehfophibjol
Description Change the Woman from Google Analytics
File Size 8.11 KB
Installation Count 34
Current Version 2.0
Last Updated 2016-06-27
Publish Date 2016-06-27
Rating 4.60/5 Total 10 Ratings
Developer https://www.clayburngriffin.com
Email [email protected]
Payment Type free
Extension Website http://www.clayburngriffin.com/analytics-woman
Help Page URL http://www.clayburngriffin.com/contact
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analytics Woman",
    "description": "Change the Woman from Google Analytics",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/analytics\/"
            ],
            "css": [
                "change.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.google.com\/analytics\/"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/www.chickenwrestlersanonymous.com\/go-chicks\/"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}