Microsoft Power Automate (Legacy)

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

Microsoft Power Automate (Legacy)คืออะไร?

Microsoft Power Automate (Legacy) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Microsoft Corporation และคุณลักษณะหลักของมันคือ "Add-on for enabling web automation. This web extension is compatible with Power Automate for desktop version 2.26 or earlier."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Microsoft Power Automate (Legacy)

ดาวน์โหลดไฟล์ส่วนขยาย Microsoft Power Automate (Legacy) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Microsoft Power Automate (Legacy) 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 is based on Manifest V2, and it is compatible with Power Automate version 2.26 or earlier and it will stop being functional after that date. Please upgrade to Power Automate version 2.27 or later and install the new Microsoft Power Automate web extension for continuing the automation of 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 (Legacy) Microsoft Power Automate (Legacy)
ID gjgfobnenmnljakmhboildkafdkicala
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/microsoft-power-automate/gjgfobnenmnljakmhboildkafdkicala
คำอธิบาย Add-on for enabling web automation. This web extension is compatible with Power Automate for desktop version 2.26 or earlier.
ขนาดไฟล์ 60.87 KB
จำนวนการติดตั้ง 1,741,653
เวอร์ชันปัจจุบัน 2.0.19
อัปเดตครั้งล่าสุด 2023-04-20
วันที่เผยแพร่ 2020-09-22
คะแนน 1.98/5 รวมทั้งหมด 61 คะแนน
ผู้พัฒนา 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": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "version": "2.0.19",
    "minimum_chrome_version": "50.0",
    "icons": {
        "32": "PAD-ico_32.png",
        "48": "PAD-ico_48.png",
        "56": "PAD-ico_56.png",
        "64": "PAD-ico_64.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "browsingData",
        "nativeMessaging",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "msgport.js",
                "content.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}