Broker of Macro Expert

A module of Macro Expert for the Robotic Process Automation Task in Chrome.

Broker of Macro Expertคืออะไร?

Broker of Macro Expert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://macro-expert.com และคุณลักษณะหลักของมันคือ "A module of Macro Expert for the Robotic Process Automation Task in Chrome."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Broker of Macro Expert

ดาวน์โหลดไฟล์ส่วนขยาย Broker of Macro Expert ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        An extension is associated with Macro Expert, and the extension should be installed whenever the user installs Macro Expert and want to automate Web Surfing in Chrome.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Broker of Macro Expert Broker of Macro Expert
ID picnmejalkhllkgbcmdhhnfnflpcdcej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/broker-of-macro-expert/picnmejalkhllkgbcmdhhnfnflpcdcej
คำอธิบาย A module of Macro Expert for the Robotic Process Automation Task in Chrome.
ขนาดไฟล์ 36.79 KB
จำนวนการติดตั้ง 3,203
เวอร์ชันปัจจุบัน 4.8.0.3
อัปเดตครั้งล่าสุด 2022-09-21
วันที่เผยแพร่ 2020-05-08
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://macro-expert.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.macro-expert.com
URL หน้าช่วยเหลือ http://www.macro-expert.com/support.htm
URL หน้านโยบายความเป็นส่วนตัว http://www.macro-expert.com/privacy.htm
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "4.8.0.3",
    "description": "__MSG_ext_desc__",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "nativeMessaging",
        "pageCapture",
        "activeTab",
        "webNavigation",
        "cookies",
        ""
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*",
                ""
            ],
            "js": [
                "common.js",
                "content.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "64": "icon_64x64.png",
        "128": "icon_128x128.png"
    },
    "default_locale": "en"
}