NetSuite Transaction Tree
Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…
Was ist NetSuite Transaction Tree?
NetSuite Transaction Tree ist eine Chrome-Erweiterung, die von khalidwaleed875 entwickelt wurde, und ihr Hauptmerkmal ist "Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…".
Erweiterungsscreenshots
NetSuite Transaction Tree-Erweiterungs-CRX-Datei herunterladen
Laden Sie NetSuite Transaction Tree-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 !!
Grundlegende Informationen zur Erweiterung
Name | NetSuite Transaction Tree |
ID | pmkokfbnmbaahlifboahenkbhdhfmidp |
Offizielle URL | https://chromewebstore.google.com/detail/netsuite-transaction-tree/pmkokfbnmbaahlifboahenkbhdhfmidp |
Beschreibung | Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the… |
Dateigröße | 42.89 KB |
Installationsanzahl | 1,480 |
Aktuelle Version | 2.3.1 |
Letztes Update | 2022-10-10 |
Veröffentlichungsdatum | 2022-04-02 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | khalidwaleed875 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |