BugBot

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

Qu'est-ce que BugBot ?

BugBot est une extension Chrome développée par Seasia infotech, et sa fonction principale est "Help you to fill your form , record screen , take screenshot and many more".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BugBot

Téléchargez les fichiers d'extension BugBot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BugBot BugBot
ID djokhapgaegeoahofjiadccjddenajpp
URL Officiel https://chromewebstore.google.com/detail/bugbot/djokhapgaegeoahofjiadccjddenajpp
Description Help you to fill your form , record screen , take screenshot and many more
Taille du Fichier 989 KB
Nombre d'Installations 77
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2024-02-01
Date de Publication 2023-07-26
Évaluation 4.88/5 Total 8 Évaluations
Développeur Seasia infotech
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://stgn.appsndevs.com/bugbotadmin/privacypolicy
Langues Prises en Charge 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
        }
    ]
}