NetSuite Portlet Refresh

An extension that refreshes the portlets on NetSuite dashboard.

NetSuite Portlet Refreshคืออะไร?

NetSuite Portlet Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Millgate Ltd และคุณลักษณะหลักของมันคือ "An extension that refreshes the portlets on NetSuite dashboard."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NetSuite Portlet Refresh

ดาวน์โหลดไฟล์ส่วนขยาย NetSuite Portlet Refresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NetSuite Portlet Refresh NetSuite Portlet Refresh
ID mgiihcflcocgfeicdnbglopljdbmfnfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netsuite-portlet-refresh/mgiihcflcocgfeicdnbglopljdbmfnfd
คำอธิบาย An extension that refreshes the portlets on NetSuite dashboard.
ขนาดไฟล์ 34.76 KB
จำนวนการติดตั้ง 626
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-01-08
วันที่เผยแพร่ 2022-01-07
ผู้พัฒนา Millgate Ltd
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
    }
}