NetSuite: Open Record Browser
This extension makes it easy to view NetSuite record browser for the current record type.
NetSuite: Open Record Browser란 무엇입니까?
NetSuite: Open Record Browser은(는) Nabeel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension makes it easy to view NetSuite record browser for the current record type."입니다.
확장 프로그램 스크린샷
NetSuite: Open Record Browser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Open the NetSuite record browser with one click for that record type! This extension makes it easy to view NetSuite record browser for the current record type. You don't have click multiple times to get to your desired record type. What's new: 1. Using the latest 2023.2 record browser. Fix: 1. Resolve the issue where the link was not working. If you find any issue, please report them via comments.
확장 프로그램 기본 정보
이름 | NetSuite: Open Record Browser |
ID | fgjhpkhfljnfoljdemgglbofabdbmkpo |
공식 URL | https://chromewebstore.google.com/detail/netsuite-open-record-brow/fgjhpkhfljnfoljdemgglbofabdbmkpo |
설명 | This extension makes it easy to view NetSuite record browser for the current record type. |
파일 크기 | 13.6 KB |
설치 횟수 | 100 |
현재 버전 | 2.1 |
최근 업데이트 | 2024-01-16 |
출시 날짜 | 2023-03-15 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | Nabeel |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NetSuite: Open Record Browser", "description": "This extension makes it easy to view NetSuite record browser for the current record type.", "version": "2.1", "action": { "default_title": "NetSuite: Open Record Browser", "default_icon": { "32": "asset\/ns_record_browser_icon-32.png", "64": "asset\/ns_record_browser_icon-64.png", "128": "asset\/ns_record_browser_icon-128.png" } }, "background": { "service_worker": "background.js" }, "browser_action": { "default_icon": "asset\/ns_record_browser_icon-32.png" }, "permissions": [ "activeTab", "scripting" ] } |