BugBot

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

O que é BugBot?

BugBot é uma extensão do Chrome desenvolvida por Seasia infotech, e sua principal característica é "Help you to fill your form , record screen , take screenshot and many more".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BugBot

Baixe arquivos de extensão BugBot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BugBot BugBot
ID djokhapgaegeoahofjiadccjddenajpp
URL Oficial https://chromewebstore.google.com/detail/bugbot/djokhapgaegeoahofjiadccjddenajpp
Descrição Help you to fill your form , record screen , take screenshot and many more
Tamanho do Arquivo 989 KB
Contagem de Instalações 77
Versão Atual 0.0.0.3
Última Atualização 2024-02-01
Data de Publicação 2023-07-26
Classificação 4.88/5 Total de 8 Avaliações
Desenvolvedor Seasia infotech
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Política de Privacidade https://stgn.appsndevs.com/bugbotadmin/privacypolicy
Idiomas Suportados 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
        }
    ]
}