Parrot QA

The easiest way to bug test your website.

Hvad er Parrot QA?

Parrot QA er en Chrome-udvidelse udviklet af https://parrotqa.com, og dens hovedfunktion er "The easiest way to bug test your website.".

Udvidelsesskærmbilleder

screenshot

Download Parrot QA-udvidelses-CRX-fil

Download Parrot QA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Parrot QA Parrot QA
ID kdojkebabiibblliplglbjoloifpjnlf
Officiel URL https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf
Beskrivelse The easiest way to bug test your website.
Filstørrelse 137 KB
Antal Installationer 67
Nuværende Version 2.0
Senest Opdateret 2019-02-01
Udgivelsesdato 2019-01-31
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler https://parrotqa.com
Betalingsmetode free
Udvidelseswebsted https://www.parrotqa.com
Understøttede Sprog 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
}