BugBot

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

What is BugBot?

BugBot is a Chrome extension developed by Seasia infotech, and its main feature is "Help you to fill your form , record screen , take screenshot and many more".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download BugBot Extension CRX File

Download BugBot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BugBot BugBot
ID djokhapgaegeoahofjiadccjddenajpp
Official URL https://chromewebstore.google.com/detail/bugbot/djokhapgaegeoahofjiadccjddenajpp
Description Help you to fill your form , record screen , take screenshot and many more
File Size 989 KB
Installation Count 77
Current Version 0.0.0.3
Last Updated 2024-02-01
Publish Date 2023-07-26
Rating 4.88/5 Total 8 Ratings
Developer Seasia infotech
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://stgn.appsndevs.com/bugbotadmin/privacypolicy
Supported Languages 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
        }
    ]
}