NetSuite Transaction Tree
Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…
¿Qué es NetSuite Transaction Tree?
NetSuite Transaction Tree es una extensión de Chrome desarrollada por khalidwaleed875, y su función principal es "Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NetSuite Transaction Tree
Descarga archivos de extensión NetSuite Transaction Tree en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 !!
Información Básica de la Extensión
Nombre | NetSuite Transaction Tree |
ID | pmkokfbnmbaahlifboahenkbhdhfmidp |
URL Oficial | https://chromewebstore.google.com/detail/netsuite-transaction-tree/pmkokfbnmbaahlifboahenkbhdhfmidp |
Descripción | Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the… |
Tamaño del Archivo | 42.89 KB |
Cantidad de Instalaciones | 1,480 |
Versión Actual | 2.3.1 |
Última Actualización | 2022-10-10 |
Fecha de Publicación | 2022-04-02 |
Calificación | 5.00/5 Total de 7 Calificaciones |
Desarrollador | khalidwaleed875 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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": [] } |