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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Descartes Chrome Extension
قم بتنزيل ملفات الامتداد Descartes Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension enables utilizing the Descartes NetSuite Chrome OzExe Adapter to integrate with Oracle NetSuite.
معلومات أساسية عن التمديد
الاسم | 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" ] } ] } |