NetSuite Portlet Refresh

An extension that refreshes the portlets on NetSuite dashboard.

NetSuite Portlet Refresh là gì?

NetSuite Portlet Refresh là một tiện ích mở rộng Chrome được phát triển bởi Millgate Ltd, và tính năng chính của nó là "An extension that refreshes the portlets on NetSuite dashboard.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NetSuite Portlet Refresh

Tải xuống các tệp mở rộng NetSuite Portlet Refresh dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The extension automatically refreshes the portlets on NetSuite dashboard. The default setting is  10 minutes. This can be changed in the settings to a minimum of 1 minute                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetSuite Portlet Refresh NetSuite Portlet Refresh
ID mgiihcflcocgfeicdnbglopljdbmfnfd
URL Chính Thức https://chromewebstore.google.com/detail/netsuite-portlet-refresh/mgiihcflcocgfeicdnbglopljdbmfnfd
Mô tả An extension that refreshes the portlets on NetSuite dashboard.
Kích Thước Tệp 34.76 KB
Số Lần Cài Đặt 626
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-01-08
Ngày Phát Hành 2022-01-07
Nhà Phát Triển Millgate Ltd
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetSuite Portlet Refresh",
    "description": "An extension that refreshes the portlets on NetSuite dashboard.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-3.6.0.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.app.netsuite.com\/app\/center\/card.nl*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_tab": false
    }
}