Quick Access for NetSuite
This extension provides quick access to NetSuite transactions.
Quick Access for NetSuiteคืออะไร?
Quick Access for NetSuite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PetOnion และคุณลักษณะหลักของมันคือ "This extension provides quick access to NetSuite transactions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Access for NetSuite
ดาวน์โหลดไฟล์ส่วนขยาย Quick Access for NetSuite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } } |