BugBot

Help you to fill your form , record screen , take screenshot and many more

BugBot là gì?

BugBot là một tiện ích mở rộng Chrome được phát triển bởi Seasia infotech, và tính năng chính của nó là "Help you to fill your form , record screen , take screenshot and many more".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng BugBot 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

                        BugBot helps you to fill your form , record video , take screen shots , share your video , screen shots and other media through links . it helps you to check if your website contain any broken link or not if any it will download all those broken list in excel sheet. Helps you to find out different selectors like css selector , xpath and other though inspect for testing purpose also include AI to clear your doubts . Keeps your important stuff as written document inside notes . Also help you to manage your bookmarks . 

Note : Free user have limited storage , For now payment method is in testing Mode so , you can add bugbot and access every functionality now for free.                    

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

Tên BugBot BugBot
ID djokhapgaegeoahofjiadccjddenajpp
URL Chính Thức https://chromewebstore.google.com/detail/bugbot/djokhapgaegeoahofjiadccjddenajpp
Mô tả Help you to fill your form , record screen , take screenshot and many more
Kích Thước Tệp 989 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2023-07-26
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Seasia infotech
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://stgn.appsndevs.com/bugbotadmin/privacypolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "seasia infotech",
    "name": "BugBot",
    "manifest_version": 3,
    "version": "0.0.0.3",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Help you to fill your form , record screen , take screenshot and many more",
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab",
        "desktopCapture",
        "bookmarks"
    ],
    "icons": {
        "128": "\/images\/bot.png"
    },
    "action": {
        "default_popup": "auth\/login.html"
    },
    "devtools_page": "locator\/devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "common.js",
                "locator\/locatorContent.js",
                "locator\/panel.js",
                "locator\/devtools.js"
            ],
            "all_frames": true
        }
    ]
}