Infor IDM extension

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

O que é Infor IDM extension?

Infor IDM extension é uma extensão do Chrome desenvolvida por Infor Global Cloud, e sua principal característica é "Streamlines the process of uploading documents into Infor's IDM with a single click".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Infor IDM extension

Baixe arquivos de extensão Infor IDM extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Infor IDM extension Infor IDM extension
ID nppcjhgnpnpijldjamfcolfdpkhdggin
URL Oficial https://chromewebstore.google.com/detail/infor-idm-extension/nppcjhgnpnpijldjamfcolfdpkhdggin
Descrição Streamlines the process of uploading documents into Infor's IDM with a single click
Tamanho do Arquivo 349 KB
Contagem de Instalações 380
Versão Atual 1.0
Última Atualização 2023-10-17
Data de Publicação 2023-10-16
Desenvolvedor Infor Global Cloud
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.infor.com
Idiomas Suportados 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"
    ]
}