Infor IDM extension
Streamlines the process of uploading documents into Infor's IDM with a single click
Qu'est-ce que Infor IDM extension ?
Infor IDM extension est une extension Chrome développée par Infor Global Cloud, et sa fonction principale est "Streamlines the process of uploading documents into Infor's IDM with a single click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Infor IDM extension
Téléchargez les fichiers d'extension Infor IDM extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Infor IDM extension |
ID | nppcjhgnpnpijldjamfcolfdpkhdggin |
URL Officiel | https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin |
Description | Streamlines the process of uploading documents into Infor's IDM with a single click |
Taille du Fichier | 349 KB |
Nombre d'Installations | 380 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-10-17 |
Date de Publication | 2023-10-16 |
Développeur | Infor Global Cloud |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.infor.com |
Langues Prises en Charge | 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" ] } |