Parrot QA

The easiest way to bug test your website.

Co to jest Parrot QA?

Parrot QA to rozszerzenie Chrome opracowane przez https://parrotqa.com, a jego główną funkcją jest „The easiest way to bug test your website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Parrot QA

Pobierz pliki rozszerzeń Parrot QA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Parrot QA Parrot QA
ID kdojkebabiibblliplglbjoloifpjnlf
Oficjalny URL https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf
Opis The easiest way to bug test your website.
Rozmiar pliku 137 KB
Liczba instalacji 67
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2019-02-01
Data Publikacji 2019-01-31
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://parrotqa.com
Typ Płatności free
Strona Rozszerzenia https://www.parrotqa.com
Obsługiwane Języki 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
}