Infor IDM extension
Streamlines the process of uploading documents into Infor's IDM with a single click
Τι είναι το Infor IDM extension;
Το Infor IDM extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Infor Global Cloud, και η κύρια λειτουργία του είναι "Streamlines the process of uploading documents into Infor's IDM with a single click".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Infor IDM extension
Λήψη αρχείων επέκτασης Infor IDM extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Infor IDM extension |
ID | nppcjhgnpnpijldjamfcolfdpkhdggin |
Επίσημο URL | https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin |
Περιγραφή | Streamlines the process of uploading documents into Infor's IDM with a single click |
Μέγεθος Αρχείου | 349 KB |
Αριθμός Εγκαταστάσεων | 380 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-10-17 |
Ημερομηνία Δημοσίευσης | 2023-10-16 |
Προγραμματιστής | Infor Global Cloud |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.infor.com |
Υποστηριζόμενες Γλώσσες | 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" ] } |