Catalytics
Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.
Catalyticsとは何ですか?
Catalyticsはhttps://www.haykranen.nlによって開発されたChromeの拡張機能で、その主な機能は「Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.」です。
拡張機能のスクリーンショット
Catalytics拡張機能のCRXファイルをダウンロード
Catalytics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If for some crazy reason you'd like to improve this extension, the source is on Github: https://github.com/hay/catalytics. Release history: v1.2 - Adapted to work on the new 'Google Marketing Platform' homepage!
拡張機能の基本情報
名前 | Catalytics |
ID | mohnipnfighkkjenjjlcbkglgdkbgipl |
公式URL | https://chromewebstore.google.com/detail/catalytics/mohnipnfighkkjenjjlcbkglgdkbgipl |
説明 | Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats. |
ファイルサイズ | 1.12 MB |
インストール数 | 57 |
現在のバージョン | 1.2 |
最終更新日 | 2019-04-12 |
公開日 | 2019-04-12 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | https://www.haykranen.nl |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://projects.haykranen.nl/catalytics/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Catalytics", "description": "Replaces people on the Google Analytics \/ Marketing Platform homepage with surly looking cats.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/analytics\/", "*:\/\/marketingplatform.google.com\/*" ], "js": [ "app.js" ] } ], "web_accessible_resources": [ "img\/*" ], "icons": { "16": "icon-16.png", "128": "icon-128.png" } } |