Parrot QA

The easiest way to bug test your website.

Was ist Parrot QA?

Parrot QA ist eine Chrome-Erweiterung, die von https://parrotqa.com entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way to bug test your website.".

Erweiterungsscreenshots

screenshot

Parrot QA-Erweiterungs-CRX-Datei herunterladen

Laden Sie Parrot QA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Parrot QA Parrot QA
ID kdojkebabiibblliplglbjoloifpjnlf
Offizielle URL https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf
Beschreibung The easiest way to bug test your website.
Dateigröße 137 KB
Installationsanzahl 67
Aktuelle Version 2.0
Letztes Update 2019-02-01
Veröffentlichungsdatum 2019-01-31
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://parrotqa.com
Zahlungsart free
Erweiterungswebsite https://www.parrotqa.com
Unterstützte Sprachen 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
}