BugBot

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

Co je BugBot?

BugBot je rozšíření Chrome vyvinuté Seasia infotech, a jeho hlavní funkcí je „Help you to fill your form , record screen , take screenshot and many more“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření BugBot

Stáhněte si soubory rozšíření BugBot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BugBot BugBot
ID djokhapgaegeoahofjiadccjddenajpp
Oficiální URL https://chromewebstore.google.com/detail/bugbot/djokhapgaegeoahofjiadccjddenajpp
Popis Help you to fill your form , record screen , take screenshot and many more
Velikost souboru 989 KB
Počet instalací 77
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2024-02-01
Datum Vydání 2023-07-26
Hodnocení 4.88/5 Celkem 8 Hodnocení
Vývojář Seasia infotech
E-mail [email protected]
Typ Platby in_app
URL Stránky Zásad Ochrany Soukromí https://stgn.appsndevs.com/bugbotadmin/privacypolicy
Podporované Jazyky 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
        }
    ]
}