Analytics Woman
Change the Woman from Google Analytics
Qu'est-ce que Analytics Woman ?
Analytics Woman est une extension Chrome développée par https://www.clayburngriffin.com, et sa fonction principale est "Change the Woman from Google Analytics".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Analytics Woman
Téléchargez les fichiers d'extension Analytics Woman au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
That woman on the Google Analytics homepage. Yeah, this replaces her with random others. Now updated for the new 2016 design!
Informations de Base sur l'Extension
Nom | Analytics Woman |
ID | flpahljjkojbfehefeghkehfophibjol |
URL Officiel | https://chromewebstore.google.com/detail/analytics-woman/flpahljjkojbfehefeghkehfophibjol |
Description | Change the Woman from Google Analytics |
Taille du Fichier | 8.11 KB |
Nombre d'Installations | 34 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-06-27 |
Date de Publication | 2016-06-27 |
Évaluation | 4.60/5 Total 10 Évaluations |
Développeur | https://www.clayburngriffin.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.clayburngriffin.com/analytics-woman |
URL de la Page d'Aide | http://www.clayburngriffin.com/contact |
Langues Prises en Charge | 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 } |