NetSuite Transaction Tree

Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…

Cos'è NetSuite Transaction Tree?

NetSuite Transaction Tree è un'estensione di Chrome sviluppata da khalidwaleed875, e la sua funzione principale è "Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NetSuite Transaction Tree

Scarica i file di estensione NetSuite Transaction Tree in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the transaction tree by selecting all or multiple selected transactions that are linked with each other. Makes the life of the developers and NS users easier by allowing them to delete the whole transaction tree with just one click !

Currently supported records include.
All transaction records

Incase you find any missing transaction, feel free to post your feedback to the email, [email protected]. The plugin has active development going on and your feedback will be reviewed and incorporated ASAP.

New features Added:
1- Trasactions shown in the modal tree are now links and will open the transaction in new tab
2- To open multiple selected transactions, you can click the open transactions button to open them on new tabs.
3- Improved UI color scheme for better feel

Cheers !!                    

Informazioni di Base sull'Estensione

Nome NetSuite Transaction Tree NetSuite Transaction Tree
ID pmkokfbnmbaahlifboahenkbhdhfmidp
URL Ufficiale https://chromewebstore.google.com/detail/netsuite-transaction-tree/pmkokfbnmbaahlifboahenkbhdhfmidp
Descrizione Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…
Dimensione del File 42.89 KB
Conteggio Installazioni 1,480
Versione Corrente 2.3.1
Ultimo Aggiornamento 2022-10-10
Data di Pubblicazione 2022-04-02
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore khalidwaleed875
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NetSuite Transaction Tree",
    "version": "2.3.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netsuite.com\/app\/accounting\/transactions\/*"
            ],
            "js": [
                "jQuery.min.js",
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject-script.js",
                "*.js"
            ],
            "matches": [
                "https:\/\/*.app.netsuite.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": []
}