Infor IDM extension

Streamlines the process of uploading documents into Infor's IDM with a single click

Infor IDM extension là gì?

Infor IDM extension là một tiện ích mở rộng Chrome được phát triển bởi Infor Global Cloud, và tính năng chính của nó là "Streamlines the process of uploading documents into Infor's IDM with a single click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Infor IDM extension

Tải xuống các tệp mở rộng Infor IDM extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Infor IDM extension Infor IDM extension
ID nppcjhgnpnpijldjamfcolfdpkhdggin
URL Chính Thức https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin
Mô tả Streamlines the process of uploading documents into Infor's IDM with a single click
Kích Thước Tệp 349 KB
Số Lần Cài Đặt 380
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-10-17
Ngày Phát Hành 2023-10-16
Nhà Phát Triển Infor Global Cloud
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.infor.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}