Infor IDM extension
Streamlines the process of uploading documents into Infor's IDM with a single click
Wat is Infor IDM extension?
Infor IDM extension is een Chrome-extensie ontwikkeld door Infor Global Cloud, en de belangrijkste functie is "Streamlines the process of uploading documents into Infor's IDM with a single click".
Extensie Screenshots
Download het CRX-bestand van de extensie Infor IDM extension
Download Infor IDM extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Infor IDM extension |
ID | nppcjhgnpnpijldjamfcolfdpkhdggin |
Officiële URL | https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin |
Beschrijving | Streamlines the process of uploading documents into Infor's IDM with a single click |
Bestandsgrootte | 349 KB |
Aantal Installaties | 380 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-10-17 |
Publicatiedatum | 2023-10-16 |
Ontwikkelaar | Infor Global Cloud |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.infor.com |
Ondersteunde Talen | 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" ] } |