Dynamics 365 Finance & Operations Dev Tools

Dynamics 365 Finance & Operations Developer Tools to open table browser, run class, or open form by their name

Τι είναι το Dynamics 365 Finance & Operations Dev Tools;

Το Dynamics 365 Finance & Operations Dev Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://huzaima.io, και η κύρια λειτουργία του είναι "Dynamics 365 Finance & Operations Developer Tools to open table browser, run class, or open form by their name".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dynamics 365 Finance & Operations Dev Tools

Λήψη αρχείων επέκτασης Dynamics 365 Finance & Operations Dev Tools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        **Introducing the Dynamics 365 Finance & Operations Dev Tools Extension: Elevate Your Development Workflow**

Are you a developer working with Dynamics 365 Finance & Operations and tired of the manual URL manipulation that often comes with the territory? Say goodbye to those cumbersome tasks and welcome a powerful solution into your development arsenal. The Dynamics 365 Finance & Operations Dev Tools extension is here to revolutionize your development experience, making it more efficient and productive than ever before.

**Key Features:**
- **Table Browser:** Access a user-friendly table browser with ease, allowing you to explore and interact with your tables effortlessly.
- **Class Runner:** Execute your classes effortlessly with the simple input of class names, streamlining your development process.
- **Form Opener:** Quickly open forms by specifying the form name, reducing time spent searching and navigating through menus.

**Simplified Configuration:**

Whenever you open the extension's popup, you will find the Base URL field pre-populated with the current tab's URL, sparing you from the tedious task of manual URL manipulation. Moreover, the extension intelligently captures the legal entity from the current tab's URL (if available), further enhancing your workflow efficiency.

**Open-Source Accessibility:**

We are proud to offer this extension as an open-source project. You can explore and contribute to its development on our GitHub repository at https://github.com/huzaima/D365FODevTools. Your feedback and collaboration are welcome as we work together to continually enhance and refine this essential tool for Dynamics 365 Finance & Operations developers.

Experience a seamless and productive development journey like never before. Download the Dynamics 365 Finance & Operations Dev Tools extension and embrace a new era of development efficiency today.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dynamics 365 Finance & Operations Dev Tools Dynamics 365 Finance & Operations Dev Tools
ID cgjlhokjempgkhjjoeohfcefhcgknfic
Επίσημο URL https://chromewebstore.google.com/detail/dynamics-365-finance-oper/cgjlhokjempgkhjjoeohfcefhcgknfic
Περιγραφή Dynamics 365 Finance & Operations Developer Tools to open table browser, run class, or open form by their name
Μέγεθος Αρχείου 78.14 KB
Αριθμός Εγκαταστάσεων 1,482
Τρέχουσα Έκδοση 0.0.0.6
Τελευταία Ενημέρωση 2023-10-17
Ημερομηνία Δημοσίευσης 2020-04-18
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://huzaima.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://huzaima.io
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/huzaima/D365FODevTools/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynamics 365 Finance & Operations Dev Tools",
    "version": "0.0.0.6",
    "description": "Dynamics 365 Finance & Operations Developer Tools to open table browser, run class, or open form by their name",
    "permissions": [
        "storage",
        "activeTab",
        "clipboardRead"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo_dynamics_16.png",
            "32": "images\/logo_dynamics_32.png",
            "48": "images\/logo_dynamics_48.png",
            "128": "images\/logo_dynamics_128.png"
        }
    },
    "icons": {
        "16": "images\/logo_dynamics_16.png",
        "32": "images\/logo_dynamics_32.png",
        "48": "images\/logo_dynamics_48.png",
        "128": "images\/logo_dynamics_128.png"
    },
    "manifest_version": 3
}