Miruni Capture for Bugreplay

Capture and resolve issues in your web application.

Miruni Capture for Bugreplayคืออะไร?

Miruni Capture for Bugreplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://miruni.io และคุณลักษณะหลักของมันคือ "Capture and resolve issues in your web application."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Miruni Capture for Bugreplay

ดาวน์โหลดไฟล์ส่วนขยาย Miruni Capture for Bugreplay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        In our fast-paced digital landscape, Miruni gives your entire team, technical or not, the power to visually capture, prioritize, and resolve feedback on any web-based project through our intuitive browser extension and web app.

Join the growing number of teams who love using Miruni and transform feedback into a driver of growth and innovation.

🏆 Over 500,000 Stories and Counting
With over four years of experience and over half a million completed stories, Miruni is the trusted ally in providing feedback. It’s not just a tool; it’s a philosophy that champions collaboration.

🚀 See the bigger picture
Sometimes “all hands on deck” can lead to no one knowing what to do. Miruni creates transparency and organization around the process of group feedback — leaving no room for mistakes or miscommunication.

💻 Speak your dev’s love language
Can’t speak code? No problem. Just capture your feedback and through our advanced process, we (auto)magically integrate all the technical details into the visual playback so you dev team knows exactly what’s happening.

💰 Keep things movin’
Close the feedback loop. Miruni helps project leaders evaluate, organize, and assign feedback to keep projects on time and on budget.

🎯 Go with your (work) flow.
Miruni allows you to easily group and resolve feedback while seamlessly integrating into your existing tools and workflow.

KEY FEATURES OF THE BROWSER EXTENSION AND WEB APP:
Capture:
-Use Miruni on any website or web platform to visually capture your experience
-Capture feedback with dev-ready technical details via screenshots, video or code inspection
-Organize feedback in one place to track changes and redundancies

Organize:
-Quickly find, prioritize, and assign feedback to team
-Integrate feedback into your existing workflow
-Facilitate team conversations without losing context

Resolve:
-Receive visual confirmation of feedback in real-time
-Review technical details
-Identify and prioritize what needs to be done, by who, and when                    

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

ชื่อ Miruni Capture for Bugreplay Miruni Capture for Bugreplay
ID ffcpppmcclefacgmplnmghljcomeiobd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/miruni-capture-for-bugrep/ffcpppmcclefacgmplnmghljcomeiobd
คำอธิบาย Capture and resolve issues in your web application.
ขนาดไฟล์ 12.56 MB
จำนวนการติดตั้ง 1,098
เวอร์ชันปัจจุบัน 6.0.29
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2020-07-02
คะแนน 4.47/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://miruni.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.miruni.io/
URL หน้าช่วยเหลือ https://www.miruni.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.miruni.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "action": {
        "default_title": "__MSG_ext_default_title__"
    },
    "description": "__MSG_extDesc__",
    "version": "6.0.29",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/fonts\/*.woff",
                "assets\/fonts\/*.woff2",
                "html\/camera.html",
                "html\/authorize.html",
                "html\/recording_tab.html",
                "content.css",
                "authorize.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "debugger",
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "webRequest",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.miruni.io\/*",
            "http:\/\/localhost:4200\/*"
        ]
    }
}