Bugtags Clipper

Bugtags Clipper - the easiest way to report bugs on the web to Bugtags.

Bugtags Clipper là gì?

Bugtags Clipper là một tiện ích mở rộng Chrome được phát triển bởi https://bugtags.cn, và tính năng chính của nó là "Bugtags Clipper - the easiest way to report bugs on the web to Bugtags.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bugtags Clipper

Tải xuống các tệp mở rộng Bugtags Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Bugtags 是新一代的、专为移动测试而生的缺陷发现及管理工具。我们致力于改善移动 App 的测试流程,连接发现缺陷与提交缺陷之间的用户体验,提高测试及解决缺陷的效率。 

App 集成 Bugtags SDK 后,测试人员就可直接在 App 里所见即所得的提交 Bug。SDK 会自动截屏,并与设备信息、控制台日志、操作步骤等数据实时同步到 Bugtags 云端,团队成员都可在云端高效的跟踪及解决 Bug。

Bugtags 强大的特性: 
1、宿主应用里所见即所得的提交 Bug,体验流畅,方便快捷; 
2、自动获取 Bug 产生时的界面截图; 
3、直接在宿主应用中标签化描述问题,所提即所指; 
4、自动获取移动设备的硬件参数(型号、系统版本、屏幕分辨率等); 
5、自动获取应用运行上下文数据(如:网络状态、用户数据、后端数据、用户操作步骤等)。 
6、自动提交闪退 Bug,附带硬件参数、运行上下文数据、堆栈数据等; 
7、云端管理 Bug,操作简单,零成本部署。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bugtags Clipper Bugtags Clipper
ID nipeklhhlfhmjgenhaflemgjlficnomp
URL Chính Thức https://chromewebstore.google.com/detail/bugtags-clipper/nipeklhhlfhmjgenhaflemgjlficnomp
Mô tả Bugtags Clipper - the easiest way to report bugs on the web to Bugtags.
Kích Thước Tệp 615 KB
Số Lần Cài Đặt 361
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-08-24
Ngày Phát Hành 2019-06-30
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://bugtags.cn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bugtags.cn
URL Trang Trợ Giúp https://eco-api.meiqia.com/dist/standalone.html?eid=4070
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bugtags Clipper",
    "version": "1.1.0",
    "description": "Bugtags Clipper - the easiest way to report bugs on the web to Bugtags.",
    "icons": {
        "16": "res\/images\/icon16.png",
        "48": "res\/images\/icon48.png",
        "128": "res\/images\/icon128.png"
    },
    "author": "Bugtags",
    "browser_action": {
        "default_icon": {
            "19": "res\/images\/icon19.png",
            "36": "res\/images\/icon36.png"
        },
        "default_title": "Bugtags Clipper"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "res\/scripts\/app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bugtags.cn\/*",
                "https:\/\/work.bugtags.cn\/*"
            ],
            "js": [
                "res\/scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "",
        "cookies"
    ]
}