Quick Access for NetSuite

This extension provides quick access to NetSuite transactions.

Quick Access for NetSuite란 무엇입니까?

Quick Access for NetSuite은(는) PetOnion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides quick access to NetSuite transactions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quick Access for NetSuite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension provides quick access to NetSuite transactions.

Features:
- Open and edit transaction using the internal ID: With this feature, users can easily open and edit transactions by entering the internal ID in a pop-up window.
- Open script records using the internal ID: This feature allows users to open script records by entering the internal ID in a pop-up window.
- Copy markdown links to the clipboard: With this feature, users can easily copy markdown links to the clipboard for quick sharing or referencing.
- Access to SuiteAnswer: This feature provides easy access to SuiteAnswer, NetSuite's knowledge base and support portal.
- Access to the Transaction Record Catalog: With this feature, users can easily access the Transaction Record Catalog , which lists all record types in your account available for use by the SuiteScript Analytic API and REST Query API.
- Create Transaction Saved Search: This feature allows users to create a saved search for transactions with just a few clicks.
- Access to Custom Record Type: With this feature, users can easily access custom record types to view and manage custom records.
- Access to Scripted Record: This feature provides easy access to Scripted Record, NetSuite's tool for creating and managing scripts.
- Entry of time tracking: With this feature, users can easily enter time tracking information for their tasks or projects.                    

확장 프로그램 기본 정보

이름 Quick Access for NetSuite Quick Access for NetSuite
ID glinofaceingafbaojajdppjlkkjbpki
공식 URL https://chromewebstore.google.com/detail/quick-access-for-netsuite/glinofaceingafbaojajdppjlkkjbpki
설명 This extension provides quick access to NetSuite transactions.
파일 크기 203 KB
설치 횟수 126
현재 버전 2023.2.002
최근 업데이트 2023-10-07
출시 날짜 2022-01-16
평점 5.00/5 총 1 개의 평점
개발자 PetOnion
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Access for NetSuite",
    "version": "2023.2.002",
    "manifest_version": 3,
    "description": "This extension provides quick access to NetSuite transactions.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.netsuite.com\/*",
        "https:\/\/*.custhelp.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/onload_inject.js",
                "src\/settimebill_inject.js"
            ],
            "matches": [
                "https:\/\/*.netsuite.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}