Netsuite Portlet Refresher

This extension Refresh the Portlets every time You reach Netsuite Home

What is Netsuite Portlet Refresher?

Netsuite Portlet Refresher is a Chrome extension developed by https://www.jobinandjismi.com, and its main feature is "This extension Refresh the Portlets every time You reach Netsuite Home".

Extension Screenshots

screenshot

Download Netsuite Portlet Refresher Extension CRX File

Download Netsuite Portlet Refresher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Netsuite Portlet Refresher Netsuite Portlet Refresher
ID odpaehonnmgmjkneccjjhgaoannpnghg
Official URL https://chromewebstore.google.com/detail/netsuite-portlet-refreshe/odpaehonnmgmjkneccjjhgaoannpnghg
Description This extension Refresh the Portlets every time You reach Netsuite Home
File Size 69.45 KB
Installation Count 15,308
Current Version 2.2
Last Updated 2019-11-01
Publish Date 2019-10-30
Rating 4.33/5 Total 12 Ratings
Developer https://www.jobinandjismi.com
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}