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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy text and numbers within the GA4 Reports Library and GA4 Explorations with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GA4 Copy Cat — Copy/Paste in GA4 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |