Bug Purge Screenshot Tool

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

Wat is Bug Purge Screenshot Tool?

Bug Purge Screenshot Tool is een Chrome-extensie ontwikkeld door http://www.bugpurge.com, en de belangrijkste functie is "Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bug Purge Screenshot Tool

Download Bug Purge Screenshot Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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?                    

Basisinformatie over de Extensie

Naam Bug Purge Screenshot Tool Bug Purge Screenshot Tool
ID pgifhcackcfdkhdljjphliibfddpfbak
Officiële URL https://chrome.google.com/webstore/detail/bug-purge-screenshot-tool/pgifhcackcfdkhdljjphliibfddpfbak
Beschrijving Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account
Bestandsgrootte 136 KB
Aantal Installaties 16
Huidige Versie 2.2
Laatst Bijgewerkt 2014-05-18
Publicatiedatum 2014-05-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.bugpurge.com
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}