Ybug
Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...
Что такое Ybug?
Ybug - это расширение Chrome, разработанное https://ybug.io, и его основная функция - "Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...".
Снимки экрана расширения
Скачать файл CRX расширения Ybug
Скачайте файлы расширений Ybug в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more... Get our brilliantly simple Feedback Widget for end users and a browser extension for testers and web developers (browser extension functionality now available for non-registered users, too!). Collect feedback, suggestions and bug reports from your users, clients and teammates. Take screenshot of your current page, annotate it and send it to 20+ bug tracking or project management tools such as Asana, GitHub, Trello, Jira... Ybug automatically includes browser and environment details for you.
Основная информация о расширении
Название | |
ID | ejgicblnpmmjckfnhkpkbkbelpkoihch |
Официальный URL | https://chromewebstore.google.com/detail/ybug/ejgicblnpmmjckfnhkpkbkbelpkoihch |
Описание | Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more... |
Размер файла | 51.71 KB |
Количество установок | 1,219 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2022-02-24 |
Дата публикации | 2019-05-22 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://ybug.io |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://ybug.io |
URL страницы помощи | https://ybug.io/docs/troubleshooting |
URL страницы политики конфиденциальности | https://ybug.io/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...", "version": "1.1.0", "name": "Ybug", "short_name": "Ybug", "author": "Ybug", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "persistent": false, "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "js": [ "annotate.bundle.js" ], "matches": [ "*:\/\/ybug-dev.io\/*", "*:\/\/ybug.io\/*" ] }, { "js": [ "content.bundle.js" ], "matches": [ " |