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
        }
    ]
}