SuiteAdvanced™ for NetSuite

Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming

SuiteAdvanced™ for NetSuite란 무엇입니까?

SuiteAdvanced™ for NetSuite은(는) https://suiteadvanced.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SuiteAdvanced™ for NetSuite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Highlighted Features
- Ability to customize NetSuite your own way with SuiteAdvanced Scripts
- File Cabinet drag and drop uploading
- Saved Search split view - See edit mode and results at the same time
- Custom themes with the ability to set any color you want
- Dark mode!
- JSON & XML Syntax Highlighting in many places with themes
- Show field IDs next to fields all at the same time with the flip of a switch
- Save & Edit button on all records
- Global Search shortcuts
- Up to 1000 records in the recent records menu 😲

And many many more! Literally 100+ features, and I'm adding more all the time.

Videos of Some Features: https://youtube.com/playlist?list=PLVt4_r5YY_mc5n4UOu2yFwNxGuiaUHAoo

Please give it a try with a free trial.

View changelog in settings.

SuiteAdvanced™ is not affiliated, associated, authorized, endorsed by, or in any way officially connected with NetSuite Inc., Oracle Corporation, or any of their subsidiaries or affiliates.                    

확장 프로그램 기본 정보

이름 SuiteAdvanced™ for NetSuite SuiteAdvanced™ for NetSuite
ID eambkjlkacecjilgcdmicbpnhkfhdiee
공식 URL https://chromewebstore.google.com/detail/suiteadvanced-for-netsuit/eambkjlkacecjilgcdmicbpnhkfhdiee
설명 Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming
파일 크기 315 KB
설치 횟수 1,540
현재 버전 29.0.2
최근 업데이트 2024-02-19
출시 날짜 2022-02-20
평점 5.00/5 총 22 개의 평점
개발자 https://suiteadvanced.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://SuiteAdvanced.com
도움말 페이지 URL https://SuiteAdvanced.com/support
개인정보 보호 정책 페이지 URL https://suiteadvanced.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuiteAdvanced\u2122 for NetSuite",
    "short_name": "SuiteAdvanced",
    "version": "29.0.2",
    "version_name": "29.0.2",
    "description": "Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "optional_permissions": [
        "contextMenus",
        "bookmarks"
    ],
    "host_permissions": [
        "https:\/\/*.netsuite.com\/*"
    ],
    "background": {
        "service_worker": "serviceworker.js"
    },
    "content_scripts": [
        {
            "css": [
                "netsuite.css"
            ],
            "js": [
                "lib.js",
                "netsuite.js"
            ],
            "matches": [
                "https:\/\/*.netsuite.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "css": [
                "suitecommerce.css"
            ],
            "js": [
                "suitecommerce.js"
            ],
            "matches": [
                "https:\/\/developers.suitecommerce.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "suiteanswers.js"
            ],
            "matches": [
                "https:\/\/*.custhelp.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "extensionpay.css"
            ],
            "js": [
                "ExtPay.js"
            ],
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "extensionpay.js"
            ],
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                "https:\/\/*.netsuite.com\/*",
                "https:\/\/*.custhelp.com\/*",
                "https:\/\/extensionpay.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "options_page": "settings.html",
    "action": {
        "default_popup": "settings.html#popup",
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        }
    },
    "omnibox": {
        "keyword": "ns"
    }
}