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!
擴展基本資訊
名稱 | Analytics Woman |
ID | flpahljjkojbfehefeghkehfophibjol |
官方網址 | 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 |
電子郵箱 | [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 } |