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 |
官方網址 | 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": [ " |