Infor IDM extension

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

Apa itu Infor IDM extension?

Infor IDM extension adalah ekstensi Chrome yang dikembangkan oleh Infor Global Cloud, dan fitur utamanya adalah "Streamlines the process of uploading documents into Infor's IDM with a single click".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Infor IDM extension

Unduh file ekstensi Infor IDM extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Infor IDM extension Infor IDM extension
ID nppcjhgnpnpijldjamfcolfdpkhdggin
URL Resmi https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin
Deskripsi Streamlines the process of uploading documents into Infor's IDM with a single click
Ukuran File 349 KB
Jumlah Instalasi 380
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-10-17
Tanggal Publikasi 2023-10-16
Pengembang Infor Global Cloud
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.infor.com
Bahasa yang Didukung 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"
    ]
}