Parrot QA

The easiest way to bug test your website.

Что такое Parrot QA?

Parrot QA - это расширение Chrome, разработанное https://parrotqa.com, и его основная функция - "The easiest way to bug test your website.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Parrot QA

Скачайте файлы расширений Parrot QA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Parrot QA Parrot QA
ID kdojkebabiibblliplglbjoloifpjnlf
Официальный URL https://chromewebstore.google.com/detail/parrot-qa/kdojkebabiibblliplglbjoloifpjnlf
Описание The easiest way to bug test your website.
Размер файла 137 KB
Количество установок 67
Текущая Версия 2.0
Последнее Обновление 2019-02-01
Дата публикации 2019-01-31
Рейтинг 3.00/5 Всего 2 оценок
Разработчик https://parrotqa.com
Тип оплаты free
Официальный сайт расширения https://www.parrotqa.com
Поддерживаемые языки 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
}