GA4 Copy Cat — Copy/Paste in GA4
Copy text and numbers within the GA4 Reports Library and GA4 Explorations with a single click.
¿Qué es GA4 Copy Cat — Copy/Paste in GA4?
GA4 Copy Cat — Copy/Paste in GA4 es una extensión de Chrome desarrollada por amandaenstad, y su función principal es "Copy text and numbers within the GA4 Reports Library and GA4 Explorations with a single click.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GA4 Copy Cat — Copy/Paste in GA4
Descarga archivos de extensión GA4 Copy Cat — Copy/Paste in GA4 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | GA4 Copy Cat — Copy/Paste in GA4 |
ID | pigjhcedcjfpgepdolohmppddgpfpmka |
URL Oficial | https://chromewebstore.google.com/detail/ga4-copy-cat-%E2%80%94-copypaste/pigjhcedcjfpgepdolohmppddgpfpmka |
Descripción | Copy text and numbers within the GA4 Reports Library and GA4 Explorations with a single click. |
Tamaño del Archivo | 31.78 KB |
Cantidad de Instalaciones | 420 |
Versión Actual | 1.5 |
Última Actualización | 2024-02-28 |
Fecha de Publicación | 2024-02-17 |
Calificación | 5.00/5 Total de 7 Calificaciones |
Desarrollador | amandaenstad |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |