NetSuite Transaction Tree
Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…
NetSuite Transaction Tree란 무엇입니까?
NetSuite Transaction Tree은(는) khalidwaleed875에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…"입니다.
확장 프로그램 스크린샷
NetSuite Transaction Tree 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the transaction tree by selecting all or multiple selected transactions that are linked with each other. Makes the life of the developers and NS users easier by allowing them to delete the whole transaction tree with just one click ! Currently supported records include. All transaction records Incase you find any missing transaction, feel free to post your feedback to the email, [email protected]. The plugin has active development going on and your feedback will be reviewed and incorporated ASAP. New features Added: 1- Trasactions shown in the modal tree are now links and will open the transaction in new tab 2- To open multiple selected transactions, you can click the open transactions button to open them on new tabs. 3- Improved UI color scheme for better feel Cheers !!
확장 프로그램 기본 정보
이름 | NetSuite Transaction Tree |
ID | pmkokfbnmbaahlifboahenkbhdhfmidp |
공식 URL | https://chromewebstore.google.com/detail/netsuite-transaction-tree/pmkokfbnmbaahlifboahenkbhdhfmidp |
설명 | Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the… |
파일 크기 | 42.89 KB |
설치 횟수 | 1,480 |
현재 버전 | 2.3.1 |
최근 업데이트 | 2022-10-10 |
출시 날짜 | 2022-04-02 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | khalidwaleed875 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NetSuite Transaction Tree", "version": "2.3.1", "content_scripts": [ { "matches": [ "*:\/\/*.netsuite.com\/app\/accounting\/transactions\/*" ], "js": [ "jQuery.min.js", "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "inject-script.js", "*.js" ], "matches": [ "https:\/\/*.app.netsuite.com\/*" ], "use_dynamic_url": true } ], "permissions": [] } |