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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |