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
Eメール [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": []
}