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".
Снимки экрана расширения
Скачать файл 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?
Основная информация о расширении
Название | |
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", " |