Bug Purge Screenshot Tool

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

¿Qué es Bug Purge Screenshot Tool?

Bug Purge Screenshot Tool es una extensión de Chrome desarrollada por http://www.bugpurge.com, y su función principal es "Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Bug Purge Screenshot Tool

Descarga archivos de extensión Bug Purge Screenshot Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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?                    

Información Básica de la Extensión

Nombre Bug Purge Screenshot Tool Bug Purge Screenshot Tool
ID pgifhcackcfdkhdljjphliibfddpfbak
URL Oficial https://chrome.google.com/webstore/detail/bug-purge-screenshot-tool/pgifhcackcfdkhdljjphliibfddpfbak
Descripción Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account
Tamaño del Archivo 136 KB
Cantidad de Instalaciones 16
Versión Actual 2.2
Última Actualización 2014-05-18
Fecha de Publicación 2014-05-18
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://www.bugpurge.com
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}