Bug Purge Screenshot Tool

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

Τι είναι το Bug Purge Screenshot Tool;

Το Bug Purge Screenshot Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.bugpurge.com, και η κύρια λειτουργία του είναι "Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bug Purge Screenshot Tool

Λήψη αρχείων επέκτασης Bug Purge Screenshot Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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?                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bug Purge Screenshot Tool Bug Purge Screenshot Tool
ID pgifhcackcfdkhdljjphliibfddpfbak
Επίσημο URL https://chrome.google.com/webstore/detail/bug-purge-screenshot-tool/pgifhcackcfdkhdljjphliibfddpfbak
Περιγραφή Take screenshots of web pages and easily upload them to your Bug Purge bug tracking account
Μέγεθος Αρχείου 136 KB
Αριθμός Εγκαταστάσεων 16
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2014-05-18
Ημερομηνία Δημοσίευσης 2014-05-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://www.bugpurge.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}