Analytics Woman

Change the Woman from Google Analytics

Cos'è Analytics Woman?

Analytics Woman è un'estensione di Chrome sviluppata da https://www.clayburngriffin.com, e la sua funzione principale è "Change the Woman from Google Analytics".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Analytics Woman

Scarica i file di estensione Analytics Woman in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Analytics Woman Analytics Woman
ID flpahljjkojbfehefeghkehfophibjol
URL Ufficiale https://chromewebstore.google.com/detail/analytics-woman/flpahljjkojbfehefeghkehfophibjol
Descrizione Change the Woman from Google Analytics
Dimensione del File 8.11 KB
Conteggio Installazioni 34
Versione Corrente 2.0
Ultimo Aggiornamento 2016-06-27
Data di Pubblicazione 2016-06-27
Valutazione 4.60/5 Totale 10 Valutazioni
Sviluppatore https://www.clayburngriffin.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.clayburngriffin.com/analytics-woman
URL della Pagina di Aiuto http://www.clayburngriffin.com/contact
Lingue Supportate 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
}