Ybug
Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...
什么是Ybug?
Ybug是由https://ybug.io开发的Chrome扩展程序,该扩展的主要功能是“Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...”。
扩展截图
下载Ybug扩展crx文件
下载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": [ " |