Google Analytics UTILS (UA & GA4)
You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and/or inject a GTM container.
Google Analytics UTILS (UA & GA4) क्या है?
Google Analytics UTILS (UA & GA4) https://luratic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and/or inject a GTM container."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Analytics UTILS (UA & GA4) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google Analytics UTILS This new extension developed by Luratic Team offers a variety of handy options to digital analysts, using a unique and beautiful interface designed by Jesús Núñez (https://www.jne.design/). Extension highlights: - Activate Debug Mode on GA4: the events will be dispatched in real time (goodbye batches!) and will be logged in the Debug View console. - Active request blocking. Block any request to GA4, UA, GTM and GTAG. - GA4, UA and GTAG id edition option: you can set an id that will be used for the requests instead of the original. Useful if you want to see events on the Debug View but don't have access to that property. ATTENTION: the way the API works, the original request will produce an internal redirect but it won't arrive to Analytics. - GTM container and GTAG injection: the scripts will be injected on page with the specified ID. - Domain filtering. Set any extension option to be applied only for specific domains of your choice If you find a bug (very likely) or you have any suggestion to make the extension better, don't hesitate to reach us at [email protected]. Feito a man dende Galicia con moito amor e sentidiño 💙
एक्सटेंशन की मूल जानकारी
नाम | Google Analytics UTILS (UA & GA4) |
ID | dmhoedahbmlaipacpamhefgjoiebamjm |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-analytics-utils-ua/dmhoedahbmlaipacpamhefgjoiebamjm |
विवरण | You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and/or inject a GTM container. |
फ़ाइल का आकार | 90 KB |
स्थापना संख्या | 1,251 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2023-03-08 |
प्रकाशन तिथि | 2022-12-03 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://luratic.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://luratic.com |
गोपनीयता नीति पृष्ठ URL | https://www.luratic.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Analytics UTILS (UA & GA4)", "description": "You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and\/or inject a GTM container.", "version": "0.2", "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "permissions": [ "declarativeNetRequest", "tabs", "scripting", "cookies" ], "icons": { "16": "\/images\/bug_logo_16.png", "32": "\/images\/bug_logo_32.png", "48": "\/images\/bug_logo_48.png", "128": "\/images\/bug_logo_128.png" }, "action": { "default_icon": { "16": "\/images\/bug_logo_16.png", "32": "\/images\/bug_logo_32.png", "48": "\/images\/bug_logo_48.png", "128": "\/images\/bug_logo_128.png" }, "default_popup": "popup.html" } } |