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" ] } |