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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |