Descartes Chrome Extension

Automate NetSuite in Chrome with OzEXE

Descartes Chrome Extension là gì?

Descartes Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Descartes Systems Group, và tính năng chính của nó là "Automate NetSuite in Chrome with OzEXE".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Descartes Chrome Extension

Tải xuống các tệp mở rộng Descartes Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Descartes Chrome Extension Descartes Chrome Extension
ID kpeaepjlleheklmpfgfpljfihnebhhpa
URL Chính Thức https://chromewebstore.google.com/detail/descartes-chrome-extensio/kpeaepjlleheklmpfgfpljfihnebhhpa
Mô tả Automate NetSuite in Chrome with OzEXE
Kích Thước Tệp 15.1 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2021-12-02
Ngày Phát Hành 2021-11-20
Nhà Phát Triển Descartes Systems Group
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}