Infor IDM extension
Streamlines the process of uploading documents into Infor's IDM with a single click
Infor IDM extensionとは何ですか?
Infor IDM extensionはInfor Global Cloudによって開発されたChromeの拡張機能で、その主な機能は「Streamlines the process of uploading documents into Infor's IDM with a single click」です。
拡張機能のスクリーンショット
Infor IDM extension拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |