Infor IDM extension
Streamlines the process of uploading documents into Infor's IDM with a single click
Cos'è Infor IDM extension?
Infor IDM extension è un'estensione di Chrome sviluppata da Infor Global Cloud, e la sua funzione principale è "Streamlines the process of uploading documents into Infor's IDM with a single click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Infor IDM extension
Scarica i file di estensione Infor IDM extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Infor IDM extension |
ID | nppcjhgnpnpijldjamfcolfdpkhdggin |
URL Ufficiale | https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin |
Descrizione | Streamlines the process of uploading documents into Infor's IDM with a single click |
Dimensione del File | 349 KB |
Conteggio Installazioni | 380 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-10-17 |
Data di Pubblicazione | 2023-10-16 |
Sviluppatore | Infor Global Cloud |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.infor.com |
Lingue Supportate | 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" ] } |