MOPPI - my Optimizely Power Inspector

Get all runtime information to boost your quality assurance while building and running online tests and experimentation.

MOPPI - my Optimizely Power Inspectorคืออะไร?

MOPPI - my Optimizely Power Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moppi.conversioncrow.com และคุณลักษณะหลักของมันคือ "Get all runtime information to boost your quality assurance while building and running online tests and experimentation."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MOPPI - my Optimizely Power Inspector

ดาวน์โหลดไฟล์ส่วนขยาย MOPPI - my Optimizely Power Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing the ultimate companion for Optimizely users – our cutting-edge Chrome extension! Completely free and undeniably fantastic, this tool takes your optimization experience to new heights with both Simple and Professional modes.

Simple Mode:

* Dynamic Variation Switching: Seamlessly toggle between variations for an in-depth look and quality assurance.

* Perfect for Curious Minds: Ideal for users keen on exploring and understanding the nuances of their A/B tests.


Professional Mode:

* Comprehensive Monitoring: Keep tabs on every facet of your website's A/B testing ecosystem.

* Experiment Insights: Track active experiments and campaigns effortlessly.

* Tags and Attributes Overview: Monitor which tags and attributes are in play.

* Page Activation Status: Stay informed about the pages currently activated.

* Event Tracking: Uncover the details of crucial events, from experiment decisions to navigation events across pages.

* Dynamic Customer Profiles: Gain insights into visitor information and dynamic customer profiles.

* Intuitive Variation Switching: Easily navigate between experiment variations and view dynamic customer profile information or open all variations in a new tab at once

* Seamless Surfing: The highlight is our convenient side panel, allowing you to observe real-time activities without repeatedly opening the extension popup.

Give it a try, and you'll be amazed! 

This extension is your ticket to a more streamlined, efficient, and insightful Optimizely experience. Don't miss out – enhance your optimization game today!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MOPPI - my Optimizely Power Inspector MOPPI - my Optimizely Power Inspector
ID hdfcdoogdipenglplohmcjjlamachdbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/moppi-my-optimizely-power/hdfcdoogdipenglplohmcjjlamachdbf
คำอธิบาย Get all runtime information to boost your quality assurance while building and running online tests and experimentation.
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 2.1.1 Neptune
อัปเดตครั้งล่าสุด 2024-02-25
วันที่เผยแพร่ 2020-08-01
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://moppi.conversioncrow.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.conversioncrow.com/moppi-my-optimizely-power-inspector/
URL หน้าช่วยเหลือ https://groups.google.com/g/moppi---my-optimizely-power-inspector
URL หน้านโยบายความเป็นส่วนตัว http://moppi.conversioncrow.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MOPPI - my Optimizely Power Inspector",
    "version": "2.1.1",
    "version_name": "2.1.1 Neptune",
    "author": "Michael Richter",
    "description": "Get all runtime information to boost your quality assurance while building and running online tests and experimentation.",
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation",
        "sidePanel"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "\/sw\/moppi-service-worker.js",
        "type": "module"
    },
    "action": {
        "default_title": "MOPPI 2.1.0 Neptune",
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "images\/moppi_16.png",
            "32": "images\/moppi_32.png",
            "48": "images\/moppi_48.png",
            "128": "images\/moppi_128.png"
        }
    },
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "images\/moppi_16.png",
        "32": "images\/moppi_32.png",
        "48": "images\/moppi_48.png",
        "128": "images\/moppi_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js",
                "js\/log_function.js",
                "helper\/jquery-3.5.1.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Ctrl+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/optly.js",
                "\/fonts\/Iconfont\/*.ttf",
                "\/fonts\/Lato\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self",
        "font-src": "self"
    },
    "side_panel": {
        "default_path": "pages\/sidepanel.html"
    },
    "manifest_version": 3
}