Bug Purge Screenshot Tool

Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account

Vad är Bug Purge Screenshot Tool?

Bug Purge Screenshot Tool är en Chrome-tillägg utvecklad av http://www.bugpurge.com, och dess huvudfunktion är "Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Bug Purge Screenshot Tool-förlängningens CRX-fil

Ladda ner Bug Purge Screenshot Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Capture screenshots of bugs on web pages and applications and automatically upload them to your Bug Purge account using the screenshot tool.

Bug Purge has reinvented bug tracking software, making it even easier to keep track of bugs, and even recreate them. Collaborate as part of a team or just use it for your personal projects. Bug Purge is designed to take the hassle out of bug fixing sessions, displaying commented screenshots so you always know exactly where bugs were found.

Why not give it a try?                    

Grundläggande Information om Tillägg

Namn Bug Purge Screenshot Tool Bug Purge Screenshot Tool
ID pgifhcackcfdkhdljjphliibfddpfbak
Officiell webbadress https://chrome.google.com/webstore/detail/bug-purge-screenshot-tool/pgifhcackcfdkhdljjphliibfddpfbak
Beskrivning Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account
Filstorlek 136 KB
Antal Installationer 16
Aktuell Version 2.2
Senast Uppdaterad 2014-05-18
Publiceringsdatum 2014-05-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://www.bugpurge.com
Betalningssätt free
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bug Purge Screenshot Tool",
    "version": "2.2",
    "description": "Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_popup": "popup.html",
        "default_title": "Take a screen shot and upload it to Bug Purge"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.min.js"
            ]
        }
    ]
}