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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
        }
    ]
}