Suite Guru Lite for NetSuite
A comprehensive plugin for NetSuite Users, NetSuite Developers, NetSuite Admins, NetSuite Testers & NetSuite Functional Consultants.
Suite Guru Lite for NetSuiteคืออะไร?
Suite Guru Lite for NetSuite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://netsolutes.com และคุณลักษณะหลักของมันคือ "A comprehensive plugin for NetSuite Users, NetSuite Developers, NetSuite Admins, NetSuite Testers & NetSuite Functional Consultants."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Suite Guru Lite for NetSuite
ดาวน์โหลดไฟล์ส่วนขยาย Suite Guru Lite for NetSuite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WHAT’S NEW ______________________________________________________________________________________________ - The new intuitive user interface - The new Dashboard - New charts displaying scripts deployed & Execution Logs trend - Record JSON Viewer - Allows you to view a record in NetSuite and view it as a JSON object - NetSuite Account Configuration Audit - allows you to compare netsuite features enabled in one account with the logged in account. - Loading 2.0 API in console - Access all 2.0 modules in browser console using variable "guru". Example: var record = guru.record.load({ type: "invoice", id: 5846 }); - Customize the dashboard components - enable or disable dashboard components and side menu features to show only relevant features and charts. - Email Subscribe - Subscribe to our monthly newsletter to get updates, best practices, user tips & tricks (No Spamming promise). - Transaction Timeline - icon to view O2C timeline chart on each O2C transaction. Icon is added on left hand side of the help icon. Other features ___________________________________________________________________________________________ One place to get the insights of the NetSuite. With SuiteGuru you can View the following things: - Scripts And Workflows Deployed - Bundles to update - SuiteScript logs - Server script Status for Map/Reduce and Schedule Script - NetSuite's STATUS and download the report. - Get Notified when a new issue is reported by NetSuite in REAL-TIME. - Logged-In users context. - Quick Navigate To A Transaction, Entity, Item or A Script by Document# and Internal Id - Quick access Link to NetSuite's Record Browser and Schema Browser - Get Field Internal Id, Type, Required & Help and many more...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Suite Guru Lite for NetSuite |
ID | mgpmhcojclbiadldcpdfhejcncdcghoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/suite-guru-lite-for-netsu/mgpmhcojclbiadldcpdfhejcncdcghoi |
คำอธิบาย | A comprehensive plugin for NetSuite Users, NetSuite Developers, NetSuite Admins, NetSuite Testers & NetSuite Functional Consultants. |
ขนาดไฟล์ | 3.95 MB |
จำนวนการติดตั้ง | 470 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2022-06-23 |
วันที่เผยแพร่ | 2020-04-12 |
คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://netsolutes.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://netsolutes.com/suiteguru/ |
URL หน้านโยบายความเป็นส่วนตัว | https://netsolutes.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Suite Guru Lite for NetSuite", "version": "2.0.1", "manifest_version": 2, "homepage_url": "https:\/\/netsolutes.com\/", "description": "A comprehensive plugin for NetSuite Users, NetSuite Developers, NetSuite Admins, NetSuite Testers & NetSuite Functional Consultants.", "icons": { "16": "icons\/suiteguruc.png", "48": "icons\/suiteguruc.png", "128": "icons\/suiteguruc.png" }, "incognito": "split", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; https:\/\/www.gstatic.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+G", "mac": "Command+G", "chromeos": "Alt+G", "linux": "Alt+G" } } }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/suiteguruc.png", "default_title": "Suite Guru Lite", "default_popup": "src\/browser_action\/dashboard.html" }, "permissions": [ "notifications", "activeTab" ], "content_scripts": [ { "exclude_matches": [ "https:\/\/*\/inboundshipment.nl*", "https:\/\/*\/workflowlog.nl*" ], "matches": [ "https:\/\/*.app.netsuite.com\/*" ], "js": [ "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css", "src\/inject\/jqueryModal.css" ] }, { "run_at": "document_end", "exclude_matches": [ "https:\/\/*\/inboundshipment.nl*", "https:\/\/*\/workflowlog.nl*" ], "matches": [ "https:\/\/*.app.netsuite.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jqueryui.min.js", "src\/inject\/inject.js", "src\/inject\/NetSuitePushNotifications.js", "js\/excel\/xlsx.js", "src\/inject\/inject-suitehelper.js", "js\/TimeLine\/highcharts.js", "js\/TimeLine\/sankey.js", "js\/TimeLine\/organisation.js", "js\/TimeLine\/exporting.js", "src\/inject\/timeline.js", "src\/inject\/guruJSON.js" ] } ] } |