Parrot QA

The easiest way to bug test your website.

What is Parrot QA?

Parrot QA is a Chrome extension developed by https://parrotqa.com, and its main feature is "The easiest way to bug test your website.".

Extension Screenshots

screenshot

Download Parrot QA Extension CRX File

Download Parrot QA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Parrot QA Parrot QA
ID kdojkebabiibblliplglbjoloifpjnlf
Official URL https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf
Description The easiest way to bug test your website.
File Size 137 KB
Installation Count 67
Current Version 2.0
Last Updated 2019-02-01
Publish Date 2019-01-31
Rating 3.00/5 Total 2 Ratings
Developer https://parrotqa.com
Payment Type free
Extension Website https://www.parrotqa.com
Supported Languages 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
}