Netsuite Portlet Refresher

This extension Refresh the Portlets every time You reach Netsuite Home

Netsuite Portlet Refresher là gì?

Netsuite Portlet Refresher là một tiện ích mở rộng Chrome được phát triển bởi https://www.jobinandjismi.com, và tính năng chính của nó là "This extension Refresh the Portlets every time You reach Netsuite Home".

Ả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 Refresher

Tải xuống các tệp mở rộng Netsuite Portlet Refresher 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

                        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 !!!!!!!!!!!!!!!                    

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

Tên Netsuite Portlet Refresher Netsuite Portlet Refresher
ID odpaehonnmgmjkneccjjhgaoannpnghg
URL Chính Thức https://chromewebstore.google.com/detail/netsuite-portlet-refreshe/odpaehonnmgmjkneccjjhgaoannpnghg
Mô tả This extension Refresh the Portlets every time You reach Netsuite Home
Kích Thước Tệp 69.45 KB
Số Lần Cài Đặt 15,308
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2019-11-01
Ngày Phát Hành 2019-10-30
Đánh Giá 4.33/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://www.jobinandjismi.com
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",
    "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"
        ]
    }
}