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”。

擴展截圖

screenshot
screenshot

下載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 Infor IDM extension
ID nppcjhgnpnpijldjamfcolfdpkhdggin
官方網址 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"
    ]
}