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": [ " |