Warpdrive Browser

The fastest way to share workflow knowledge. Instantly level-up your team, onboard new employees, and standardize processes.

Τι είναι το Warpdrive Browser;

Το Warpdrive Browser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://warpdrive.co, και η κύρια λειτουργία του είναι "The fastest way to share workflow knowledge. Instantly level-up your team, onboard new employees, and standardize processes.".

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

screenshot
screenshot

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

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

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

                        Warpdrive instantly creates desktop and browser automations by learning from a single recording of your task. The Warpdrive extension connects your Chrome browser to the Warpdrive Desktop Application. 

Start a new recording by specifying a starting URL, and optional inputs. Click record, and let Warpdrive observe as you do the task, which it will then immediately converts it into an intelligent automation. You can open websites, native applications, and do whatever you would normally do on those inputs for your task. Warpdrive is intelligent enough to generalize your task so it saves you repeated work on your desktop, or you can share with your colleagues and they can run on their machines.

How it works:
1. Record a workflow
Warpdrive learns from your clicks and actions. Just perform a task normally to teach Warpdrive how a workflow is done. When you want to use the input data, click "Use" on the panel and Ctrl+V paste it as part of your task.

2. Work at warp-speed
When you need to complete a task, just select a workflow. Warpdrive runs on auto-pilot reusing data as needed.

3. Share with your team
Invite everyone to share and collaborate. Shared workflows can run on your team member's machines.

You need the Warpdrive desktop application installed. Contact us at [email protected] for more info.                    

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

Όνομα Warpdrive Browser Warpdrive Browser
ID egdcjgceamgfapabbcolhffnhdmkggah
Επίσημο URL https://chromewebstore.google.com/detail/warpdrive-browser/egdcjgceamgfapabbcolhffnhdmkggah
Περιγραφή The fastest way to share workflow knowledge. Instantly level-up your team, onboard new employees, and standardize processes.
Μέγεθος Αρχείου 734 KB
Αριθμός Εγκαταστάσεων 397
Τρέχουσα Έκδοση 0.1.33 (7255699a-master)
Τελευταία Ενημέρωση 2022-04-23
Ημερομηνία Δημοσίευσης 2021-10-25
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://warpdrive.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.warpdrive.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.warpdrive.co/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.warpdrive.co/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Warpdrive Browser",
    "author": "Warpdrive",
    "version": "0.1.33",
    "version_name": "0.1.33 (7255699a-master)",
    "description": "The fastest way to share workflow knowledge. Instantly level-up your team, onboard new employees, and standardize processes.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/warpdrive-icon-16.png",
        "32": "img\/warpdrive-icon-32.png",
        "48": "img\/warpdrive-icon-48.png",
        "128": "img\/warpdrive-icon-128.png"
    }
}