Parrot QA

The easiest way to bug test your website.

Parrot QAคืออะไร?

Parrot QA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://parrotqa.com และคุณลักษณะหลักของมันคือ "The easiest way to bug test your website."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parrot QA

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

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

                        Simply record yourself using your website, and we'll turn that into a test that we can run whenever you want. Check out ParrotQA.com to learn more!                    

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

ชื่อ Parrot QA Parrot QA
ID kdojkebabiibblliplglbjoloifpjnlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf
คำอธิบาย The easiest way to bug test your website.
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2019-02-01
วันที่เผยแพร่ 2019-01-31
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://parrotqa.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.parrotqa.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Parrot QA",
    "short_name": "QAmcorder",
    "version": "2.0",
    "description": "The easiest way to bug test your website.",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/toolbar.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/icon16.png",
        "images\/*.png",
        "fonts\/*.ttf"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}