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."입니다.

확장 프로그램 스크린샷

screenshot

GA4 Copy Cat — Copy/Paste in GA4 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
    }
}