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
官方網址 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": []
}