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