Bot Assistant

Automation Anywhwere A360 Assistant

Τι είναι το Bot Assistant;

Το Bot Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sumit Kumar, και η κύρια λειτουργία του είναι "Automation Anywhwere A360 Assistant".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bot Assistant

Λήψη αρχείων επέκτασης Bot Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ----------------------------------------------------------------------------------------------------

ABOUT 📗:
Bot Assistant 🤖 helps ensure best practices are being followed for A360 bots by quickly providing an overview of issues in real-time and other quality of life features missing from A360.
  •Allows developers to proactively make changes before review.💻
  •Allows reviewers to quickly get list of issues without going line by line.👀
  •Adds visual indicators for variable types, eliminating the need for additional clicks to verify information.
  •Allows copy pasting control room files and folders in bulk.
  •Allows Copy of task bots across control rooms without export/export is disabled(Community Edition)
  •Allows quick download of control room files without export for quick edit(e.g. .xlsx config files ).

----------------------------------------------------------------------------------------------------
HOW TO USE:
  •Navigate to A360 bot page(🔗public/private) and click extension icon 🤖.
  •Extension icon can be clicked to toggle bot assistant🤖, 📌pin extension or assign shortcut key for quick toggle.

----------------------------------------------------------------------------------------------------
CONFIGURATION ⚙️:
  By default all the checks are enabled with default values, these can be customized:

BEST PRACTICES :
  •Error Handling ⛔
  •Comment 🗒️
  •Step 🧱
  •Runtime time out ⌚
  •Automation priority 🏎️
  •Lines of code per task 🔢
  •Number of variables per task 🔢

BOT ACTIONS :
  •Empty Containers (Step, Try, Catch, If, Else, etc.) 🧱
  •Disabled action 🔕
  •Command outside Try-Catch ⛔
  •Message Box 📟
  •Debug breakpoint 🦽
  •Hardcoded delay 🚧
  •Code break (Pause task, Stop task) 🛑

BOT VARIABLES :
  •Nonconstant variable with a hardcoded value 🔠
  •Constant variable with a lowercase letter in the name 🔤
  •Variable name minimum length 📏
  •Input type variable Regex pattern 🔠🔢
  •Output type variable name Regex pattern 🔠🔢
  •Input+Output type variable name Regex pattern 🔠🔢
  •Regular(Not Input + Not Output) type variable name RegEx pattern 🔠🔢
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
v1.2.7
Feature: Visual indicators for variable types, eliminating the need for additional clicks to verify information
Others: Bug fixes
----------------------------------------------------------------------------------------------------
v1.2.6
Feature: Update bot content without export(allows bot copying across control rooms, copy bot from community edition without export)
Removed: Expand, Collapse actions.
----------------------------------------------------------------------------------------------------
v1.2.5
Feature: Bulk update package versions from private workspace using Tools tab(select items>Update Package Version)
----------------------------------------------------------------------------------------------------
v1.2.3
Feature: Support for new control room UI
----------------------------------------------------------------------------------------------------
v1.2.2
Feature: Download files from private workspace using Clipboard tab(select items> copy > click on file name).
----------------------------------------------------------------------------------------------------
v1.2.0
•Feature: Bulk copy files and folders
•Feature: Auto refresh assistant on code save
•Feature: Expand all actions
•Feature: Collapse all actions
•Fix: Keep assistant in view on screen size change
•Fix: Select correct line in case of collapsed actions                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bot Assistant Bot Assistant
ID bdnogmeijaanbgpnmbhlhmkfcbaoejcp
Επίσημο URL https://chromewebstore.google.com/detail/bot-assistant/bdnogmeijaanbgpnmbhlhmkfcbaoejcp
Περιγραφή Automation Anywhwere A360 Assistant
Μέγεθος Αρχείου 1.42 MB
Αριθμός Εγκαταστάσεων 345
Τρέχουσα Έκδοση 1.2.7
Τελευταία Ενημέρωση 2024-01-20
Ημερομηνία Δημοσίευσης 2022-07-20
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Sumit Kumar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bot Assistant",
    "description": "Automation Anywhwere A360 Assistant",
    "version": "1.2.7",
    "action": {
        "default_title": "Toggle Bot Assistant",
        "default_icon": "icon16.png"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}