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"입니다.
확장 프로그램 스크린샷
Descartes Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |