BugBot

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

什麼是BugBot?

BugBot是由Seasia infotech開發的Chrome擴展程式,該擴展的主要功能是“Help you to fill your form , record screen , take screenshot and many more”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載BugBot擴展crx文件

下載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
官方網址 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
        }
    ]
}