Infor IDM extension
Streamlines the process of uploading documents into Infor's IDM with a single click
Hvad er Infor IDM extension?
Infor IDM extension er en Chrome-udvidelse udviklet af Infor Global Cloud, og dens hovedfunktion er "Streamlines the process of uploading documents into Infor's IDM with a single click".
Udvidelsesskærmbilleder
Download Infor IDM extension-udvidelses-CRX-fil
Download Infor IDM extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Infor IDM extension |
ID | nppcjhgnpnpijldjamfcolfdpkhdggin |
Officiel URL | https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin |
Beskrivelse | Streamlines the process of uploading documents into Infor's IDM with a single click |
Filstørrelse | 349 KB |
Antal Installationer | 380 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-10-17 |
Udgivelsesdato | 2023-10-16 |
Udvikler | Infor Global Cloud |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.infor.com |
Understøttede Sprog | 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" ] } |