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 https://suitedb.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect the error logs in your NetSuite Production Account and be notified on bundle updates."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netsuite Bundles to Update एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |