Infor IDM extension

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

Was ist Infor IDM extension?

Infor IDM extension ist eine Chrome-Erweiterung, die von Infor Global Cloud entwickelt wurde, und ihr Hauptmerkmal ist "Streamlines the process of uploading documents into Infor's IDM with a single click".

Erweiterungsscreenshots

screenshot
screenshot

Infor IDM extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Infor IDM extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Infor IDM extension Infor IDM extension
ID nppcjhgnpnpijldjamfcolfdpkhdggin
Offizielle URL https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin
Beschreibung Streamlines the process of uploading documents into Infor's IDM with a single click
Dateigröße 349 KB
Installationsanzahl 380
Aktuelle Version 1.0
Letztes Update 2023-10-17
Veröffentlichungsdatum 2023-10-16
Entwickler Infor Global Cloud
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.infor.com
Unterstützte Sprachen 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"
    ]
}