BugBot

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

¿Qué es BugBot?

BugBot es una extensión de Chrome desarrollada por Seasia infotech, y su función principal es "Help you to fill your form , record screen , take screenshot and many more".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión BugBot

Descarga archivos de extensión BugBot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre BugBot BugBot
ID djokhapgaegeoahofjiadccjddenajpp
URL Oficial https://chromewebstore.google.com/detail/bugbot/djokhapgaegeoahofjiadccjddenajpp
Descripción Help you to fill your form , record screen , take screenshot and many more
Tamaño del Archivo 989 KB
Cantidad de Instalaciones 77
Versión Actual 0.0.0.3
Última Actualización 2024-02-01
Fecha de Publicación 2023-07-26
Calificación 4.88/5 Total de 8 Calificaciones
Desarrollador Seasia infotech
Correo electrónico [email protected]
Tipo de Pago in_app
URL de la Página de Política de Privacidad https://stgn.appsndevs.com/bugbotadmin/privacypolicy
Idiomas Soportados 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
        }
    ]
}