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