Amplitude Event Explorer
Explore and debug your Amplitude JavaScript SDK instrumentation by interacting with your site.
Amplitude Event Explorer क्या है?
Amplitude Event Explorer Amplitude द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Explore and debug your Amplitude JavaScript SDK instrumentation by interacting with your site."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amplitude Event Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Event Explorer allows you to explore events, event properties, and user properties in real time within your web application. Click on events within your timeline to further explore event data. Click on the API options tab to further explore your SDK configuration. » Notes « • This extension can be used on any of our Browser SDKs. https://www.docs.developers.amplitude.com/data/sdks/typescript-browser. • To see similar information for mobile and other SDKs checkout our User Lookup and Ingestion Debugger tools. https://www.docs.developers.amplitude.com/data/sdks/#check-for-success_2 • Event Explorer works with the default Amplitude HTTP endpoints. Custom domains are not supported at this time. https://www.docs.developers.amplitude.com/analytics/apis/http-v2-api/#endpoints
एक्सटेंशन की मूल जानकारी
नाम | Amplitude Event Explorer |
ID | acehfjhnmhbmgkedjmjlobpgdicnhkbp |
आधिकारिक URL | https://chromewebstore.google.com/detail/amplitude-event-explorer/acehfjhnmhbmgkedjmjlobpgdicnhkbp |
विवरण | Explore and debug your Amplitude JavaScript SDK instrumentation by interacting with your site. |
फ़ाइल का आकार | 1.04 MB |
स्थापना संख्या | 34,454 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2023-10-13 |
प्रकाशन तिथि | 2020-05-11 |
रेटिंग | 4.33/5 कुल 21 रेटिंग्स |
डेवलपर | Amplitude |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://help.amplitude.com/hc/en-us/requests/new |
गोपनीयता नीति पृष्ठ URL | https://amplitude.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5", "name": "Amplitude Event Explorer", "manifest_version": 3, "description": "Explore and debug your Amplitude JavaScript SDK instrumentation by interacting with your site.", "action": { "default_title": "Amplitude Event Explorer", "default_popup": "popup.html" }, "icons": { "16": "img\/amplitude-logo-16.png", "48": "img\/amplitude-logo-48.png", "128": "img\/amplitude-logo-128.png" }, "web_accessible_resources": [ { "resources": [ "inject.html", "details.html", "js\/options.js", "img\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "service_worker": "js\/serviceWorker.bundle.js" }, "content_scripts": [ { "js": [ "js\/inject.bundle.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "cookies", "storage", "webRequest" ], "host_permissions": [ "https:\/\/*.amplitude.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": { "extension_pages": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; connect-src https:\/\/analytics.amplitude.com\/ https:\/\/api.amplitude.com\/ https:\/\/api2.amplitude.com\/ https:\/\/api-secure.amplitude.com\/; img-src 'self' data:" } } |