Infor IDM extension

Streamlines the process of uploading documents into Infor's IDM with a single click

Infor IDM extension क्या है?

Infor IDM extension Infor Global Cloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Streamlines the process of uploading documents into Infor's IDM with a single click"।

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

screenshot
screenshot

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

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

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

                        Infor IDM Chrome Extension is a Chrome extension, which is built to facilitate users in effortlessly sending documents to Infor Document Management (IDM). With this extension, users can upload documents of various types to IDM in a quick and secure manner. Acting as a centralized repository, IDM allows users to effortlessly manage common business rules for document creation, and to view, edit, create, and securely store physical files. With the help of this extension, you can upload a document to IDM with minimal configuration.                    

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

नाम Infor IDM extension Infor IDM extension
ID nppcjhgnpnpijldjamfcolfdpkhdggin
आधिकारिक URL https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin
विवरण Streamlines the process of uploading documents into Infor's IDM with a single click
फ़ाइल का आकार 349 KB
स्थापना संख्या 380
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-10-17
प्रकाशन तिथि 2023-10-16
डेवलपर Infor Global Cloud
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.infor.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Infor IDM extension",
    "description": "Streamlines the process of uploading documents into Infor's IDM with a single click",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_icon": "IDM-ICON.png",
        "default_title": "IDM extension"
    },
    "icons": {
        "16": "IDM-ICON.png",
        "32": "IDM-ICON.png",
        "48": "IDM-ICON.png",
        "128": "IDM-ICON.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "notifications",
        "system.display"
    ]
}