Parrot QA

The easiest way to bug test your website.

Cos'è Parrot QA?

Parrot QA è un'estensione di Chrome sviluppata da https://parrotqa.com, e la sua funzione principale è "The easiest way to bug test your website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Parrot QA

Scarica i file di estensione Parrot QA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Parrot QA Parrot QA
ID kdojkebabiibblliplglbjoloifpjnlf
URL Ufficiale https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf
Descrizione The easiest way to bug test your website.
Dimensione del File 137 KB
Conteggio Installazioni 67
Versione Corrente 2.0
Ultimo Aggiornamento 2019-02-01
Data di Pubblicazione 2019-01-31
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://parrotqa.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.parrotqa.com
Lingue Supportate 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
}