Descartes Chrome Extension

Automate NetSuite in Chrome with OzEXE

Descartes Chrome Extensionとは何ですか?

Descartes Chrome ExtensionはDescartes Systems Groupによって開発されたChromeの拡張機能で、その主な機能は「Automate NetSuite in Chrome with OzEXE」です。

拡張機能のスクリーンショット

screenshot

Descartes Chrome Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}