GA4 Copy Cat — Copy/Paste in GA4
Copy text and numbers within the GA4 Reports Library and GA4 Explorations with a single click.
GA4 Copy Cat — Copy/Paste in GA4とは何ですか?
GA4 Copy Cat — Copy/Paste in GA4はamandaenstadによって開発されたChromeの拡張機能で、その主な機能は「Copy text and numbers within the GA4 Reports Library and GA4 Explorations with a single click.」です。
拡張機能のスクリーンショット
GA4 Copy Cat — Copy/Paste in GA4拡張機能のCRXファイルをダウンロード
GA4 Copy Cat — Copy/Paste in GA4拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of not being able to easily Copy & Paste values from GA4 reports? GA4 reports (as of Feb 2024) don't support CTRL+C, forcing you to highlight, right click, and manually click 'Copy' each time you want to copy something. How annoying! This extension allows you to click any text or number within a data table in the GA4 Reports Library or GA4 Explorations, immediately copying that value to your clipboard, saving you time and your sanity.
拡張機能の基本情報
名前 | GA4 Copy Cat — Copy/Paste in GA4 |
ID | pigjhcedcjfpgepdolohmppddgpfpmka |
公式URL | https://chromewebstore.google.com/detail/ga4-copy-cat-%E2%80%94-copypaste/pigjhcedcjfpgepdolohmppddgpfpmka |
説明 | Copy text and numbers within the GA4 Reports Library and GA4 Explorations with a single click. |
ファイルサイズ | 31.78 KB |
インストール数 | 420 |
現在のバージョン | 1.5 |
最終更新日 | 2024-02-28 |
公開日 | 2024-02-17 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | amandaenstad |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GA4 Copy Cat \u2014 Copy\/Paste in GA4", "version": "1.5", "description": "Copy text and numbers within the GA4 Reports Library and GA4 Explorations with a single click.", "permissions": [ "clipboardWrite" ], "content_scripts": [ { "matches": [ "https:\/\/analytics.google.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |