Parrot QA

The easiest way to bug test your website.

Wat is Parrot QA?

Parrot QA is een Chrome-extensie ontwikkeld door https://parrotqa.com, en de belangrijkste functie is "The easiest way to bug test your website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Parrot QA

Download Parrot QA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Parrot QA Parrot QA
ID kdojkebabiibblliplglbjoloifpjnlf
Officiële URL https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf
Beschrijving The easiest way to bug test your website.
Bestandsgrootte 137 KB
Aantal Installaties 67
Huidige Versie 2.0
Laatst Bijgewerkt 2019-02-01
Publicatiedatum 2019-01-31
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://parrotqa.com
Betalingswijze free
Extensiewebsite https://www.parrotqa.com
Ondersteunde Talen 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
}