Maya Web Automation

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

Maya Web Automation क्या है?

Maya Web Automation humans द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables you to interact with your browser through the Maya app."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Maya Web Automation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}