Parrot QA

The easiest way to bug test your website.

O que é Parrot QA?

Parrot QA é uma extensão do Chrome desenvolvida por https://parrotqa.com, e sua principal característica é "The easiest way to bug test your website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Parrot QA

Baixe arquivos de extensão Parrot QA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Parrot QA Parrot QA
ID kdojkebabiibblliplglbjoloifpjnlf
URL Oficial https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf
Descrição The easiest way to bug test your website.
Tamanho do Arquivo 137 KB
Contagem de Instalações 67
Versão Atual 2.0
Última Atualização 2019-02-01
Data de Publicação 2019-01-31
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://parrotqa.com
Tipo de Pagamento free
Site da Extensão https://www.parrotqa.com
Idiomas Suportados 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
}