NetSuite Transaction Tree

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

什么是NetSuite Transaction Tree?

NetSuite Transaction Tree是由khalidwaleed875开发的Chrome扩展程序,该扩展的主要功能是“Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载NetSuite Transaction Tree扩展crx文件

下载NetSuite Transaction Tree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 !!                    

扩展基本信息

名称 NetSuite Transaction Tree NetSuite Transaction Tree
ID pmkokfbnmbaahlifboahenkbhdhfmidp
官方URL https://chromewebstore.google.com/detail/netsuite-transaction-tree/pmkokfbnmbaahlifboahenkbhdhfmidp
简介 Netsuite Transaction Tree Browser By Waleed Bin Khalid ([email protected]) allows the users to view and delete the…
文件大小 42.89 KB
安装次数 1,480
当前版本 2.3.1
更新时间 2022-10-10
上架时间 2022-04-02
评分 5.00/5 共7次评分
开发者 khalidwaleed875
电子邮箱 [email protected]
付费类型 free
支持的语言 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": []
}