Netsuite Bundles to Update
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Netsuite Bundles to Updateคืออะไร?
Netsuite Bundles to Update เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://suitedb.com และคุณลักษณะหลักของมันคือ "Detect the error logs in your NetSuite Production Account and be notified on bundle updates."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netsuite Bundles to Update
ดาวน์โหลดไฟล์ส่วนขยาย Netsuite Bundles to Update ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gadlmaaioijphjjccgfeoaaldnkemgod |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/netsuite-bundles-to-updat/gadlmaaioijphjjccgfeoaaldnkemgod |
คำอธิบาย | Detect the error logs in your NetSuite Production Account and be notified on bundle updates. |
ขนาดไฟล์ | 86.53 KB |
จำนวนการติดตั้ง | 154 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-08-01 |
วันที่เผยแพร่ | 2019-08-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://suitedb.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://suitedb.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netsuite Bundles to Update", "version": "1.1", "manifest_version": 2, "description": "", "icons": { "128": "sunit-test2.png" }, "browser_action": { "default_title": "SuiteDB logs & Bundle Info", "default_popup": "Popup.html" }, "permissions": [ "https:\/\/*.app.netsuite.com\/*", "contentSettings" ], "content_scripts": [ { "matches": [ "https:\/\/*.app.netsuite.com\/*" ], "js": [ "contentScript.js" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "pageScript.js" ] } |