Parrot QA

The easiest way to bug test your website.

Parrot QA क्या है?

Parrot QA https://parrotqa.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to bug test your website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Parrot QA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}