Infor IDM extension
Streamlines the process of uploading documents into Infor's IDM with a single click
Vad är Infor IDM extension?
Infor IDM extension är en Chrome-tillägg utvecklad av Infor Global Cloud, och dess huvudfunktion är "Streamlines the process of uploading documents into Infor's IDM with a single click".
Tilläggsskärmbilder
Ladda ner Infor IDM extension-förlängningens CRX-fil
Ladda ner Infor IDM extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Infor IDM extension |
ID | nppcjhgnpnpijldjamfcolfdpkhdggin |
Officiell webbadress | https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin |
Beskrivning | Streamlines the process of uploading documents into Infor's IDM with a single click |
Filstorlek | 349 KB |
Antal Installationer | 380 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-10-17 |
Publiceringsdatum | 2023-10-16 |
Utvecklare | Infor Global Cloud |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.infor.com |
Stödda Språk | 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" ] } |