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
公式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
Eメール [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
        }
    ]
}