Parrot QA

The easiest way to bug test your website.

¿Qué es Parrot QA?

Parrot QA es una extensión de Chrome desarrollada por https://parrotqa.com, y su función principal es "The easiest way to bug test your website.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Parrot QA

Descarga archivos de extensión Parrot QA en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Parrot QA Parrot QA
ID kdojkebabiibblliplglbjoloifpjnlf
URL Oficial https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf
Descripción The easiest way to bug test your website.
Tamaño del Archivo 137 KB
Cantidad de Instalaciones 67
Versión Actual 2.0
Última Actualización 2019-02-01
Fecha de Publicación 2019-01-31
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador https://parrotqa.com
Tipo de Pago free
Sitio Web de la Extensión https://www.parrotqa.com
Idiomas Soportados 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
}