NetSuite :: WB/DS Query Export to SS 2.x

Export a NetSuite Workbook/Dataset Query to SuiteScript 2.x, formatted as TypeScript, a typed superset of JavaScript.

Τι είναι το NetSuite :: WB/DS Query Export to SS 2.x;

Το NetSuite :: WB/DS Query Export to SS 2.x είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nathan Fiedler, και η κύρια λειτουργία του είναι "Export a NetSuite Workbook/Dataset Query to SuiteScript 2.x, formatted as TypeScript, a typed superset of JavaScript.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης NetSuite :: WB/DS Query Export to SS 2.x

Λήψη αρχείων επέκτασης NetSuite :: WB/DS Query Export to SS 2.x σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Create and save or load a previously created Workbook/Dataset Query in NetSuite. On the Dataset Builder page, click the "Export to SuiteScript 2.x" link, added to the top of the page, to display a modal window with the Workbook/Dataset Query exported to SuiteScript 2.x, formatted as TypeScript. Click the "Copy to Clipboard" button to copy the code in its entirety to the Clipboard for further use.

If a Workbook/Dataset Query cannot be exported, the "Export to SuiteScript 2.x" link will not be visible.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NetSuite :: WB/DS Query Export to SS 2.x NetSuite :: WB/DS Query Export to SS 2.x
ID pflaamfdnogeacnfmpblghdgongdccac
Επίσημο URL https://chromewebstore.google.com/detail/netsuite-wbds-query-expor/pflaamfdnogeacnfmpblghdgongdccac
Περιγραφή Export a NetSuite Workbook/Dataset Query to SuiteScript 2.x, formatted as TypeScript, a typed superset of JavaScript.
Μέγεθος Αρχείου 329 KB
Αριθμός Εγκαταστάσεων 534
Τρέχουσα Έκδοση 0.2.0
Τελευταία Ενημέρωση 2023-11-07
Ημερομηνία Δημοσίευσης 2021-09-30
Προγραμματιστής Nathan Fiedler
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "NetSuite :: WB\/DS Query Export to SuiteScript 2.x",
        "default_popup": "popup.html"
    },
    "author": "Nathan Fiedler",
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "lib\/prism.min.css",
                "lib\/jbox.all.min.css",
                "content-script.css"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/arrive.min.js",
                "lib\/clipboard.min.js",
                "lib\/prism.min.js",
                "lib\/jbox.all.min.js",
                "lib\/libphonenumber.min.js",
                "lib\/ss_nsrequire.min.js",
                "lib\/ss_bootstrap.min.js",
                "lib\/n.min.js",
                "mappings.js",
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.netsuite.com\/app\/common\/report\/list.nl*",
                "https:\/\/*.netsuite.com\/app\/common\/report\/report.nl*",
                "https:\/\/*.netsuite.com\/app\/common\/report\/dataset.nl*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Export a NetSuite Workbook\/Dataset Query to SuiteScript 2.x, formatted as TypeScript, a typed superset of JavaScript.",
    "host_permissions": [
        "https:\/\/*.netsuite.com\/*"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "NetSuite :: WB\/DS Query Export to SS 2.x",
    "permissions": [],
    "version": "0.2.0",
    "web_accessible_resources": []
}