Segment Inspector
Monitor all Segment activity on any website
ما هو Segment Inspector؟
Segment Inspector هو إضافة Chrome تم تطويرها بواسطة Twilio Inc، والميزة الرئيسية لها هي "Monitor all Segment activity on any website".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Segment Inspector
قم بتنزيل ملفات الامتداد Segment Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Segment Inspector is the one-stop shop for inspecting Segment analytics integration with an app or website. From monitoring events, to exploring user's traits and all the way to checking active plugins and integrations.
معلومات أساسية عن التمديد
الاسم | Segment Inspector |
ID | jfcbmnpfbhhlhfclmiijpldieboendfo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/segment-inspector/jfcbmnpfbhhlhfclmiijpldieboendfo |
الوصف | Monitor all Segment activity on any website |
حجم الملف | 9.11 MB |
عدد التثبيتات | 460 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-10-15 |
تاريخ النشر | 2023-10-15 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Twilio Inc |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://segment.com |
عنوان صفحة سياسة الخصوصية | https://www.twilio.com/legal/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Segment Inspector", "short_name": "Segment Inspector", "description": "Monitor all Segment activity on any website", "homepage_url": "https:\/\/segment.com", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": { "16": "icons\/icon16-greyed.png" }, "default_title": "Segment Inspector", "default_popup": "public\/popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |