Descartes Chrome Extension

Automate NetSuite in Chrome with OzEXE

Что такое Descartes Chrome Extension?

Descartes Chrome Extension - это расширение Chrome, разработанное Descartes Systems Group, и его основная функция - "Automate NetSuite in Chrome with OzEXE".

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

screenshot

Скачать файл CRX расширения Descartes Chrome Extension

Скачайте файлы расширений Descartes Chrome Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension enables utilizing the Descartes NetSuite Chrome OzExe Adapter to integrate with Oracle NetSuite.                    

Основная информация о расширении

Название Descartes Chrome Extension Descartes Chrome Extension
ID kpeaepjlleheklmpfgfpljfihnebhhpa
Официальный URL https://chromewebstore.google.com/detail/descartes-chrome-extensio/kpeaepjlleheklmpfgfpljfihnebhhpa
Описание Automate NetSuite in Chrome with OzEXE
Размер файла 15.1 KB
Количество установок 106
Текущая Версия 3.1
Последнее Обновление 2021-12-02
Дата публикации 2021-11-20
Разработчик Descartes Systems Group
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Descartes Chrome Extension",
    "short_name": "Descartes Chrome Extension",
    "version": "3.1",
    "description": "Automate NetSuite in Chrome with OzEXE",
    "manifest_version": 3,
    "icons": {
        "128": "img\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "nativeMessaging",
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "netsuite.js"
            ]
        }
    ]
}