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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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