Dynamics 365 F&O table browser
View the content of a table in the Dynamics 365 environment of your active browser tab
Dynamics 365 F&O table browser क्या है?
Dynamics 365 F&O table browser Thomas Meersschaert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the content of a table in the Dynamics 365 environment of your active browser tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dynamics 365 F&O table browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This small browser extension allows you to quickly navigate to the table browser of the Dynamics 365 Finance & Operations environment you have in your active browser tab. It asks for an AOT table name and on confirmation it will open a new tab with the table browser of the specified table. This can be very handy during an implementation when you are working on several environments at the same time (TEST-UAT-PROD). There's no validation, so some AOT experience is necessary. For example: if you want to look at the vendors in the system you should know that this is stored in the "VendTable". 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.
एक्सटेंशन की मूल जानकारी
नाम | Dynamics 365 F&O table browser |
ID | obacncjoodgjapbhjkgnpkhbdahcahbd |
आधिकारिक URL | https://chromewebstore.google.com/detail/dynamics-365-fo-table-bro/obacncjoodgjapbhjkgnpkhbdahcahbd |
विवरण | View the content of a table in the Dynamics 365 environment of your active browser tab |
फ़ाइल का आकार | 26.55 KB |
स्थापना संख्या | 5,000 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2023-11-27 |
प्रकाशन तिथि | 2019-11-28 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | Thomas Meersschaert |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dynamics 365 F&O table browser", "short_name": "Dyn365 TB", "author": "Thomas Meersschaert", "version": "1.3", "manifest_version": 3, "description": "View the content of a table in the Dynamics 365 environment of your active browser tab", "permissions": [ "storage", "scripting" ], "host_permissions": [ "https:\/\/*.dynamics.com\/*", "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_icon": { "20": "images\/logo20.png", "40": "images\/logo40.png" }, "default_title": "Dynamics 365 F&O table browser", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |