Analytics Woman
Change the Woman from Google Analytics
Analytics Womanとは何ですか?
Analytics Womanはhttps://www.clayburngriffin.comによって開発されたChromeの拡張機能で、その主な機能は「Change the Woman from Google Analytics」です。
拡張機能のスクリーンショット
Analytics Woman拡張機能のCRXファイルをダウンロード
Analytics Woman拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
That woman on the Google Analytics homepage. Yeah, this replaces her with random others. Now updated for the new 2016 design! 拡張機能の基本情報
| 名前 | |
| ID | flpahljjkojbfehefeghkehfophibjol |
| 公式URL | https://chromewebstore.google.com/detail/analytics-woman/flpahljjkojbfehefeghkehfophibjol |
| 説明 | Change the Woman from Google Analytics |
| ファイルサイズ | 8.11 KB |
| インストール数 | 34 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2016-06-27 |
| 公開日 | 2016-06-27 |
| 評価 | 4.60/5 合計 10 レビュー |
| 開発者 | https://www.clayburngriffin.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.clayburngriffin.com/analytics-woman |
| ヘルプページのURL | http://www.clayburngriffin.com/contact |
| 対応言語 | 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
} | |