Parrot QA

The easiest way to bug test your website.

什么是Parrot QA?

Parrot QA是由https://parrotqa.com开发的Chrome扩展程序,该扩展的主要功能是“The easiest way to bug test your website.”。

扩展截图

screenshot

下载Parrot QA扩展crx文件

下载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
}