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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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