Microsoft Power Automate

Add-on for enabling web automation. This web extension is compatible with Power Automate for desktop version 2.27 or later.

Τι είναι το Microsoft Power Automate;

Το Microsoft Power Automate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Microsoft Corporation, και η κύρια λειτουργία του είναι "Add-on for enabling web automation. This web extension is compatible with Power Automate for desktop version 2.27 or later.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Microsoft Power Automate

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

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

                        Microsoft Power Automate extension

Microsoft Power Automate lets you automate manual processes and tasks on your computer. Install the extension to automate things on the web like scripting, data extraction, testing, filling out forms and more.

The Power Automate recorder utility will convert your steps to a flow. Just browse through your favorite parts of the web application and collect data, fill forms, download files – do all the things you usually do and see a flow getting developed.

This browser extension requires additional software to perform properly. Make sure that you've downloaded and installed Power Automate to your device before continuing.

Note: After a specific date that will be announced officially by the browser group, the browser will no longer support web extensions created by Manifest V2. The specific web extension has embraced the new Manifest V3 and it is compatible with Power Automate version 2.27 or later. In case you desire to install this web extension, please ensure that you have upgraded the Power Automate to a compatible version for automating web scenarios. Learn more here: https://go.microsoft.com/fwlink/?linkid=2211532

By installing this extension, you agree to the Terms at: https://docs.microsoft.com/dynamics365/legal/slt-power-automate-brsr                    

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

Όνομα Microsoft Power Automate Microsoft Power Automate
ID ljglajjnnkapghbckkcmodicjhacbfhk
Επίσημο URL https://chromewebstore.google.com/detail/microsoft-power-automate/ljglajjnnkapghbckkcmodicjhacbfhk
Περιγραφή Add-on for enabling web automation. This web extension is compatible with Power Automate for desktop version 2.27 or later.
Μέγεθος Αρχείου 318 KB
Αριθμός Εγκαταστάσεων 3,559,189
Τρέχουσα Έκδοση 2.42.0.21
Τελευταία Ενημέρωση 2024-02-22
Ημερομηνία Δημοσίευσης 2022-12-02
Αξιολόγηση 1.72/5 Συνολικά 101 Αξιολογήσεις
Προγραμματιστής Microsoft Corporation
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://flow.microsoft.com
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.microsoft.com/en-us/power-automate/ui-flows/overview
URL της Σελίδας Πολιτικής Απορρήτου https://aka.ms/privacypolicy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,hi,th,ja,ko
manifest.json
{
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "version": "2.42.0.21",
    "minimum_chrome_version": "88.0",
    "icons": {
        "32": "PAD-ico_32.png",
        "48": "PAD-ico_48.png",
        "56": "PAD-ico_56.png",
        "64": "PAD-ico_64.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "permissions": [
        "scripting",
        "debugger",
        "tabs",
        "browsingData",
        "nativeMessaging",
        "webNavigation"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}