Infor IDM extension

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

What is Infor IDM extension?

Infor IDM extension is a Chrome extension developed by Infor Global Cloud, and its main feature is "Streamlines the process of uploading documents into Infor's IDM with a single click".

Extension Screenshots

screenshot
screenshot

Download Infor IDM extension Extension CRX File

Download Infor IDM extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Infor IDM extension Infor IDM extension
ID nppcjhgnpnpijldjamfcolfdpkhdggin
Official URL https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin
Description Streamlines the process of uploading documents into Infor's IDM with a single click
File Size 349 KB
Installation Count 380
Current Version 1.0
Last Updated 2023-10-17
Publish Date 2023-10-16
Developer Infor Global Cloud
Email [email protected]
Payment Type free
Extension Website https://www.infor.com
Supported Languages 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"
    ]
}