BugBot

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

Cos'è BugBot?

BugBot è un'estensione di Chrome sviluppata da Seasia infotech, e la sua funzione principale è "Help you to fill your form , record screen , take screenshot and many more".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BugBot

Scarica i file di estensione BugBot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BugBot BugBot
ID djokhapgaegeoahofjiadccjddenajpp
URL Ufficiale https://chromewebstore.google.com/detail/bugbot/djokhapgaegeoahofjiadccjddenajpp
Descrizione Help you to fill your form , record screen , take screenshot and many more
Dimensione del File 989 KB
Conteggio Installazioni 77
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2024-02-01
Data di Pubblicazione 2023-07-26
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore Seasia infotech
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://stgn.appsndevs.com/bugbotadmin/privacypolicy
Lingue Supportate 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
        }
    ]
}