Dynamics 365 F&O warehouse scanner
Open the warehouse scanner of the environment you are currently working in
Co to jest Dynamics 365 F&O warehouse scanner?
Dynamics 365 F&O warehouse scanner to rozszerzenie Chrome opracowane przez Thomas Meersschaert, a jego główną funkcją jest „Open the warehouse scanner of the environment you are currently working in”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dynamics 365 F&O warehouse scanner
Pobierz pliki rozszerzeń Dynamics 365 F&O warehouse scanner 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
This small browser extension allows you to quickly open the warehouse scanner application of the Dynamics 365 Finance & Operations environment you have in your active browser tab. This can be very handy during an implementation when you are working on several environments at the same time (TEST-UAT-PROD). You can configure your browser so that the extension opens with a keyboard shortcut in the "Manage extensions" screen. By that, opening the table browser goes very fast. Note that this extension only works with Dynamics 365 F&O cloud environments. On-premise installations are not supported.
Podstawowe informacje o rozszerzeniu
Nazwa | Dynamics 365 F&O warehouse scanner |
ID | plemjimpipaopchfneahbmkkajcofndf |
Oficjalny URL | https://chromewebstore.google.com/detail/dynamics-365-fo-warehouse/plemjimpipaopchfneahbmkkajcofndf |
Opis | Open the warehouse scanner of the environment you are currently working in |
Rozmiar pliku | 38.84 KB |
Liczba instalacji | 393 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-01-31 |
Data Publikacji | 2020-06-12 |
Deweloper | Thomas Meersschaert |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dynamics 365 F&O warehouse scanner", "short_name": "Dyn365 WS", "author": "Thomas Meersschaert", "version": "1.1", "manifest_version": 3, "description": "Open the warehouse scanner of the environment you are currently working in", "permissions": [ "storage", "scripting" ], "host_permissions": [ "https:\/\/*.dynamics.com\/*" ], "action": { "default_icon": { "20": "images\/logo20.png", "40": "images\/logo40.png" }, "default_title": "Dynamics 365 F&O warehouse scanner", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |