BugBot

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

Vad är BugBot?

BugBot är en Chrome-tillägg utvecklad av Seasia infotech, och dess huvudfunktion är "Help you to fill your form , record screen , take screenshot and many more".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner BugBot-förlängningens CRX-fil

Ladda ner BugBot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn BugBot BugBot
ID djokhapgaegeoahofjiadccjddenajpp
Officiell webbadress https://chromewebstore.google.com/detail/bugbot/djokhapgaegeoahofjiadccjddenajpp
Beskrivning Help you to fill your form , record screen , take screenshot and many more
Filstorlek 989 KB
Antal Installationer 77
Aktuell Version 0.0.0.3
Senast Uppdaterad 2024-02-01
Publiceringsdatum 2023-07-26
Betyg 4.88/5 Totalt 8 Betyg
Utvecklare Seasia infotech
E-post [email protected]
Betalningssätt in_app
URL till Sekretesspolicy Sidan https://stgn.appsndevs.com/bugbotadmin/privacypolicy
Stödda Språk 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
        }
    ]
}