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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Smith, και η κύρια λειτουργία του είναι "Add HTML elements and styles to your script notes. View Pretty Print JSON objects. Links to records.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NetSuite: HTML Script Notes
Λήψη αρχείων επέκτασης NetSuite: HTML Script Notes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
]
} | |