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"
            ]
        }
    ]
}