BugBot

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

Wat is BugBot?

BugBot is een Chrome-extensie ontwikkeld door Seasia infotech, en de belangrijkste functie is "Help you to fill your form , record screen , take screenshot and many more".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BugBot

Download BugBot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BugBot BugBot
ID djokhapgaegeoahofjiadccjddenajpp
Officiële URL https://chromewebstore.google.com/detail/bugbot/djokhapgaegeoahofjiadccjddenajpp
Beschrijving Help you to fill your form , record screen , take screenshot and many more
Bestandsgrootte 989 KB
Aantal Installaties 77
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2024-02-01
Publicatiedatum 2023-07-26
Beoordeling 4.88/5 Totaal 8 Beoordelingen
Ontwikkelaar Seasia infotech
E-mail [email protected]
Betalingswijze in_app
URL van de Privacybeleid Pagina https://stgn.appsndevs.com/bugbotadmin/privacypolicy
Ondersteunde Talen 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
        }
    ]
}