Parrot QA

The easiest way to bug test your website.

Qu'est-ce que Parrot QA ?

Parrot QA est une extension Chrome développée par https://parrotqa.com, et sa fonction principale est "The easiest way to bug test your website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Parrot QA

Téléchargez les fichiers d'extension Parrot QA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Parrot QA Parrot QA
ID kdojkebabiibblliplglbjoloifpjnlf
URL Officiel https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf
Description The easiest way to bug test your website.
Taille du Fichier 137 KB
Nombre d'Installations 67
Version Actuelle 2.0
Dernière Mise à Jour 2019-02-01
Date de Publication 2019-01-31
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://parrotqa.com
Type de Paiement free
Site Web de l'Extension https://www.parrotqa.com
Langues Prises en Charge 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
}