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
}