User Monitoring for webapp e.g.SalesForce.com

Inject Germain UX monitoring to enable Real User Monitoring for Web Application (e.g. Salesforce.com, eCommerce, Website, etc).

ما هو User Monitoring for webapp e.g.SalesForce.com؟

User Monitoring for webapp e.g.SalesForce.com هو إضافة Chrome تم تطويرها بواسطة Germain UX، والميزة الرئيسية لها هي "Inject Germain UX monitoring to enable Real User Monitoring for Web Application (e.g. Salesforce.com, eCommerce, Website, etc).".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة User Monitoring for webapp e.g.SalesForce.com

قم بتنزيل ملفات الامتداد User Monitoring for webapp e.g.SalesForce.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Custom Alerts, Insights and Automation platform to improve User Experience in Real-time, 24x7. 

Benefits per Team:
- Biz Ops : Improve Process Performance, Identify Inefficiencies or Loss of Productivity
- Marketing Ops: Analyze Campaign, Page, Social Media performance
- User Support: Help User with their functional and technical issues, etc
- UX: Analyze User Behavior, understand where and why they drop off.
- DevOps: Manage Technology, Monitoring and Automation in real-time, 24x7
- Dev: Optimize Application Code (front and backend)

Features (with this extension):
- Real User Experience Monitoring & Insights (Session Recording & Replay, Real User Feedback, Process Mining, Technology Insights)

Features (with other Germain components)
- Deeper Insights
- Auto Resolution
- Alerting
- Issue Detection Before Impact
- etc

NOTES: 
- This Chrome Extension only needs to be used when the application you want to monitor does not allow javascript injection. However, if the application you want to monitor allows JS injection, please use Germain UX - RUM JS: https://docs.germainux.com/main/germain-ux-rum-js
- This is an App runs in the background of the Chrome Browser, it does not have any UI. The UI is offered via Germain UX Workspace which is available on cloud or onpremise: https://docs.germainux.com/main/install-on-premise-or-cloud)                    

معلومات أساسية عن التمديد

الاسم User Monitoring for webapp e.g.SalesForce.com User Monitoring for webapp e.g.SalesForce.com
ID fkcljfeejffnjajnpjflfammljcmdfnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/user-monitoring-for-webap/fkcljfeejffnjajnpjflfammljcmdfnh
الوصف Inject Germain UX monitoring to enable Real User Monitoring for Web Application (e.g. Salesforce.com, eCommerce, Website, etc).
حجم الملف 1.43 MB
عدد التثبيتات 35
النسخة الحالية 8.6.14.8
آخر تحديث 2023-08-15
تاريخ النشر 2021-01-12
المطور Germain UX
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://germainux.com
عنوان صفحة المساعدة https://docs.germainux.com/main/germain-ux-rum-extension
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "User Monitoring for webapp e.g.SalesForce.com",
    "version": "8.6.14.8",
    "homepage_url": "https:\/\/germainux.com",
    "description": "Inject Germain UX monitoring to enable Real User Monitoring for Web Application (e.g. Salesforce.com, eCommerce, Website, etc).",
    "icons": {
        "64": "icons\/normal.png"
    },
    "web_accessible_resources": [
        "icons\/normal.png"
    ],
    "browser_action": {
        "default_title": "User Monitoring for webapp e.g.SalesForce.com",
        "default_icon": "icons\/normal.png"
    },
    "offline_enabled": true,
    "permissions": [
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "vendor.js",
            "libs\/browser-polyfill.min.js",
            "background\/install.js",
            "background\/window.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "vendor.js",
                "libs\/browser-polyfill.min.js",
                "content\/main.js",
                "content\/uxinstall.js"
            ]
        }
    ]
}