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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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
}