Nintex RPA Chrome Extension

Nintex RPA integration with Google Chrome.

Nintex RPA Chrome Extension क्या है?

Nintex RPA Chrome Extension Nintex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nintex RPA integration with Google Chrome."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension allows Nintex RPA to access and automate web pages in Chrome.

Using Nintex RPA, enterprises can leverage trained bots to quickly and cost-effectively automate routine tasks without the use of code in an easy-to-use drag and drop interface. Users are now equipped with a comprehensive, enterprise-grade process management and automation solution that streamlines processes fueled by both structured and unstructured data sources.                    

एक्सटेंशन की मूल जानकारी

नाम Nintex RPA Chrome Extension Nintex RPA Chrome Extension
ID hicljaeiiajaecppcpfphnibmddpehlk
आधिकारिक URL https://chromewebstore.google.com/detail/nintex-rpa-chrome-extensi/hicljaeiiajaecppcpfphnibmddpehlk
विवरण Nintex RPA integration with Google Chrome.
फ़ाइल का आकार 53.5 KB
स्थापना संख्या 1,850
वर्तमान संस्करण 3.3.0.0
अंतिम अपडेट 2024-02-06
प्रकाशन तिथि 2020-07-07
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Nintex
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.nintex.com/
सहायता पृष्ठ URL https://customer.nintex.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.0.0",
    "manifest_version": 3,
    "name": "Nintex RPA Chrome Extension",
    "description": "Nintex RPA integration with Google Chrome.",
    "background": {
        "service_worker": "background.min.js"
    },
    "icons": {
        "16": "NintexRPAChromiumExt16.png",
        "48": "NintexRPAChromiumExt48.png",
        "128": "NintexRPAChromiumExt128.png"
    },
    "permissions": [
        "nativeMessaging",
        "background",
        "activeTab",
        "tabs",
        "webNavigation",
        "windows",
        "storage",
        "downloads",
        "pageCapture"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "NintexRPAChromiumExt16.png",
            "24": "NintexRPAChromiumExt24.png",
            "32": "NintexRPAChromiumExt32.png"
        },
        "default_title": "Nintex RPA"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.min.js"
            ]
        }
    ]
}