Infor IDM extension

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

Что такое Infor IDM extension?

Infor IDM extension - это расширение Chrome, разработанное Infor Global Cloud, и его основная функция - "Streamlines the process of uploading documents into Infor's IDM with a single click".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Infor IDM extension

Скачайте файлы расширений 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"
    ]
}