Show Netsuite Field IDs

Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.

Show Netsuite Field IDsとは何ですか?

Show Netsuite Field IDsはWebPublishersによって開発されたChromeの拡張機能で、その主な機能は「Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Show Netsuite Field IDs拡張機能のCRXファイルをダウンロード

Show Netsuite Field IDs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This plugin is designed for anyone that uses NetSuite and needs to either view NetSuite Id's or to find a field on the page with a NetSuite Id.

When hovering over NetSuite fields you will see a popup that displays the fields id.

Hold in the Shift key and click on the field name to copy the fields Id to the clipboard!

If you are looking for a specific field then press Ctrl+Shift+F to find the field.                    

拡張機能の基本情報

名前 Show Netsuite Field IDs Show Netsuite Field IDs
ID fkjjhdadjgollieijlgejfidglefkale
公式URL https://chromewebstore.google.com/detail/show-netsuite-field-ids/fkjjhdadjgollieijlgejfidglefkale
説明 Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.
ファイルサイズ 102 KB
インストール数 631
現在のバージョン 0.0.2
最終更新日 2022-08-11
公開日 2022-07-11
開発者 WebPublishers
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-1.11.2.min.js",
                "fieldsearch.js"
            ],
            "matches": [
                "https:\/\/*.netsuite.com\/app\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.",
    "icons": {
        "128": "fieldSearchIcon.png"
    },
    "manifest_version": 3,
    "name": "Show Netsuite Field IDs",
    "permissions": [],
    "version": "0.0.2"
}