BugBot

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

Что такое BugBot?

BugBot - это расширение Chrome, разработанное Seasia infotech, и его основная функция - "Help you to fill your form , record screen , take screenshot and many more".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения BugBot

Скачайте файлы расширений BugBot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название BugBot BugBot
ID djokhapgaegeoahofjiadccjddenajpp
Официальный URL https://chromewebstore.google.com/detail/bugbot/djokhapgaegeoahofjiadccjddenajpp
Описание Help you to fill your form , record screen , take screenshot and many more
Размер файла 989 KB
Количество установок 77
Текущая Версия 0.0.0.3
Последнее Обновление 2024-02-01
Дата публикации 2023-07-26
Рейтинг 4.88/5 Всего 8 оценок
Разработчик Seasia infotech
Электронная почта [email protected]
Тип оплаты in_app
URL страницы политики конфиденциальности https://stgn.appsndevs.com/bugbotadmin/privacypolicy
Поддерживаемые языки 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
        }
    ]
}