Infor IDM extension

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

Co to jest Infor IDM extension?

Infor IDM extension to rozszerzenie Chrome opracowane przez Infor Global Cloud, a jego główną funkcją jest „Streamlines the process of uploading documents into Infor's IDM with a single click”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Infor IDM extension

Pobierz pliki rozszerzeń Infor IDM extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Infor IDM extension Infor IDM extension
ID nppcjhgnpnpijldjamfcolfdpkhdggin
Oficjalny URL https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin
Opis Streamlines the process of uploading documents into Infor's IDM with a single click
Rozmiar pliku 349 KB
Liczba instalacji 380
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-10-17
Data Publikacji 2023-10-16
Deweloper Infor Global Cloud
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.infor.com
Obsługiwane Języki 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"
    ]
}