NetSuite: HTML Script Notes
Add HTML elements and styles to your script notes. View Pretty Print JSON objects. Links to records.
NetSuite: HTML Script Notes क्या है?
NetSuite: HTML Script Notes David Smith द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add HTML elements and styles to your script notes. View Pretty Print JSON objects. Links to records."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NetSuite: HTML Script Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically pretty prints JSON objects. Automatically hyperlink records when in the format "invoice:5467" and when JSON recordType and id are present in a fully formed JSON object. Add HTML tags to your script logs for easy reading. Detects key/value pairs and will color code similar to the JSON objects.
एक्सटेंशन की मूल जानकारी
नाम | NetSuite: HTML Script Notes |
ID | lipldhgjkmfhamocfcdijcdgjcikcbkk |
आधिकारिक URL | https://chromewebstore.google.com/detail/netsuite-html-script-note/lipldhgjkmfhamocfcdijcdgjcikcbkk |
विवरण | Add HTML elements and styles to your script notes. View Pretty Print JSON objects. Links to records. |
फ़ाइल का आकार | 50.05 KB |
स्थापना संख्या | 6,217 |
वर्तमान संस्करण | 1.70 |
अंतिम अपडेट | 2018-03-27 |
प्रकाशन तिथि | 2018-03-27 |
रेटिंग | 4.18/5 कुल 11 रेटिंग्स |
डेवलपर | David Smith |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "js": [ "script_supported_records.js", "jquery-1.11.2.min.js", "htmlscriptnotes.js" ], "matches": [ "https:\/\/*.netsuite.com\/app\/common\/scripting\/script*", "https:\/\/*.netsuite.com\/app\/common\/search\/searchresults*", "https:\/\/*.netsuite.com\/app\/common\/scripting\/webapp.nl*", "https:\/\/*.netsuite.com\/app\/common\/scripting\/plugin.nl*" ], "run_at": "document_end" } ], "description": "Add HTML elements and styles to your script notes. View Pretty Print JSON objects. Links to records.", "icons": { "128": "ns-html-script-notes.png" }, "manifest_version": 2, "name": "NetSuite: HTML Script Notes", "permissions": [ "activeTab", "storage", "https:\/\/*.netsuite.com\/*" ], "version": "1.70", "web_accessible_resources": [ "NLUtil.jsp", "NLUtil.js", "NLAPI.jsp" ] } |