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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amandaenstad และคุณลักษณะหลักของมันคือ "Copy text and numbers within the GA4 Reports Library and GA4 Explorations with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GA4 Copy Cat — Copy/Paste in GA4
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |