Netsuite Portlet Refresher

This extension Refresh the Portlets every time You reach Netsuite Home

Netsuite Portlet Refresherคืออะไร?

Netsuite Portlet Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.jobinandjismi.com และคุณลักษณะหลักของมันคือ "This extension Refresh the Portlets every time You reach Netsuite Home"

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

screenshot

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

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

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

                        Refreshes the portlets in your Netsuite Dashboard Automatically every time you login or access your netsuite Home Page.

Next Time you loads your Netsuite Home, Portlets Refresh Automatically!!!

Jobin & Jismi focus exclusively on delivering end-to-end NetSuite development solutions to enterprises. Our bunch of adroit NetSuite professionals  with their profound knowledge in diverse NetSuite tools and technologies take your cloud ERP a step further by providing brilliant NetSuite solutions. We provide NetSuite customization, implementation, and administration service. [email protected]

Now We support ALL the Domains !!!!!!!!!!!!!!!                    

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

ชื่อ Netsuite Portlet Refresher Netsuite Portlet Refresher
ID odpaehonnmgmjkneccjjhgaoannpnghg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netsuite-portlet-refreshe/odpaehonnmgmjkneccjjhgaoannpnghg
คำอธิบาย This extension Refresh the Portlets every time You reach Netsuite Home
ขนาดไฟล์ 69.45 KB
จำนวนการติดตั้ง 15,308
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2019-11-01
วันที่เผยแพร่ 2019-10-30
คะแนน 4.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://www.jobinandjismi.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netsuite Portlet Refresher",
    "description": "This extension Refresh the Portlets every time You reach Netsuite Home",
    "version": "2.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "browser_action": {
        "default_icon": "FAVICON_24.png",
        "default_popup": "NetsuiteRefresher.html"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js"
        ]
    }
}