NetSuite: Open Record Browser
This extension makes it easy to view NetSuite record browser for the current record type.
Co to jest NetSuite: Open Record Browser?
NetSuite: Open Record Browser to rozszerzenie Chrome opracowane przez Nabeel, a jego główną funkcją jest „This extension makes it easy to view NetSuite record browser for the current record type.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NetSuite: Open Record Browser
Pobierz pliki rozszerzeń NetSuite: Open Record Browser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | NetSuite: Open Record Browser |
ID | fgjhpkhfljnfoljdemgglbofabdbmkpo |
Oficjalny URL | https://chromewebstore.google.com/detail/netsuite-open-record-brow/fgjhpkhfljnfoljdemgglbofabdbmkpo |
Opis | This extension makes it easy to view NetSuite record browser for the current record type. |
Rozmiar pliku | 13.6 KB |
Liczba instalacji | 100 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2024-01-16 |
Data Publikacji | 2023-03-15 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | Nabeel |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |