NetSuite: Open Record Browser

This extension makes it easy to view NetSuite record browser for the current record type.

Co je NetSuite: Open Record Browser?

NetSuite: Open Record Browser je rozšíření Chrome vyvinuté Nabeel, a jeho hlavní funkcí je „This extension makes it easy to view NetSuite record browser for the current record type.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření NetSuite: Open Record Browser

Stáhněte si soubory rozšíření NetSuite: Open Record Browser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Open the NetSuite record browser with one click for that record type!
This extension makes it easy to view NetSuite record browser for the current record type. You don't have click multiple times to get to your desired record type.

What's new:
1. Using the latest 2023.2 record browser.

Fix:
1. Resolve the issue where the link was not working.

If you find any issue, please report them via comments.                    

Základní Informace o Rozšíření

Název NetSuite: Open Record Browser NetSuite: Open Record Browser
ID fgjhpkhfljnfoljdemgglbofabdbmkpo
Oficiální URL https://chromewebstore.google.com/detail/netsuite-open-record-brow/fgjhpkhfljnfoljdemgglbofabdbmkpo
Popis This extension makes it easy to view NetSuite record browser for the current record type.
Velikost souboru 13.6 KB
Počet instalací 100
Aktuální Verze 2.1
Poslední Aktualizace 2024-01-16
Datum Vydání 2023-03-15
Hodnocení 4.80/5 Celkem 5 Hodnocení
Vývojář Nabeel
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NetSuite: Open Record Browser",
    "description": "This extension makes it easy to view NetSuite record browser for the current record type.",
    "version": "2.1",
    "action": {
        "default_title": "NetSuite: Open Record Browser",
        "default_icon": {
            "32": "asset\/ns_record_browser_icon-32.png",
            "64": "asset\/ns_record_browser_icon-64.png",
            "128": "asset\/ns_record_browser_icon-128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "browser_action": {
        "default_icon": "asset\/ns_record_browser_icon-32.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}