Maya Web Automation

This extension enables you to interact with your browser through the Maya app.

什么是Maya Web Automation?

Maya Web Automation是由humans开发的Chrome扩展程序,该扩展的主要功能是“This extension enables you to interact with your browser through the Maya app.”。

扩展截图

screenshot
screenshot
screenshot

下载Maya Web Automation扩展crx文件

下载Maya Web Automation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This chrome extension is an aid to the Maya desktop app for browser automation. Users can use it to make custom automation workflows that will let them automate a webpage that the extension has been given permission to interact with.                    

扩展基本信息

名称 Maya Web Automation Maya Web Automation
ID glhdiigjjllhlahaipipmkfknldhbnob
官方URL https://chromewebstore.google.com/detail/maya-web-automation/glhdiigjjllhlahaipipmkfknldhbnob
简介 This extension enables you to interact with your browser through the Maya app.
文件大小 674 KB
安装次数 25
当前版本 1.0.1
更新时间 2022-07-04
上架时间 2021-05-12
开发者 humans
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mayalabs.io
帮助页面URL https://mayalabs.io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Maya Web Automation",
    "version": "1.0.1",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "This extension enables you to interact with your browser through the Maya app.",
    "homepage_url": "https:\/\/mayalabs.io",
    "short_name": "Maya Web Automation",
    "permissions": [
        "storage",
        "nativeMessaging",
        "tabs",
        "bookmarks"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/mayalabs.io\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "source\/views\/options.html",
        "views\/options.html",
        "options.html"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "mayahq",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Maya",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": true
    }
}