XRM World

Customize Dynamics365 with consistent metadata naming conventions

Τι είναι το XRM World;

Το XRM World είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://xrm.world, και η κύρια λειτουργία του είναι "Customize Dynamics365 with consistent metadata naming conventions".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης XRM World

Λήψη αρχείων επέκτασης XRM World σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Customize CRM Dynamics 365 consistently using same naming convention through out all of the team. No more inconsistent metadata created by mistake. Please visit 

http://xrm.world/blog/posts/2018/july/xrm-world-chrome-extension/                    

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

Όνομα XRM World XRM World
ID bjjinmnfkhkcpfkogighlcdfmejincbh
Επίσημο URL https://chromewebstore.google.com/detail/xrm-world/bjjinmnfkhkcpfkogighlcdfmejincbh
Περιγραφή Customize Dynamics365 with consistent metadata naming conventions
Μέγεθος Αρχείου 444 KB
Αριθμός Εγκαταστάσεων 131
Τρέχουσα Έκδοση 2.41
Τελευταία Ενημέρωση 2019-02-19
Ημερομηνία Δημοσίευσης 2019-02-19
Προγραμματιστής https://xrm.world
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://xrm.world/blog/posts/2018/july/xrm-world-chrome-extension/
Διεύθυνση URL της Σελίδας Βοήθειας http://xrm.world/contact/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XRM World",
    "author": "Ramy Victor",
    "description": "Customize Dynamics365 with consistent metadata naming conventions",
    "version": "2.41",
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "48": "img\/logo48.png"
    },
    "browser_action": {
        "default_icon": "img\/logo48.png",
        "default_popup": "pages\/options.html",
        "default_title": "XRM World for Dynamics365"
    },
    "content_scripts": [
        {
            "js": [
                "app.js",
                "jquery-3.3.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "scripts\/crmTopContext.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "js": [
                "scripts\/entityRecordContext.js",
                "scripts\/formActions.js"
            ],
            "matches": [
                "http:\/\/*\/*form\/ClientApiWrapper.aspx*",
                "https:\/\/*\/*form\/ClientApiWrapper.aspx*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "scripts\/formActions.js"
            ],
            "matches": [
                "http:\/\/*\/*pagetype=entityrecord",
                "https:\/\/*\/*pagetype=entityrecord",
                "http:\/\/*\/*form\/page.aspx*",
                "https:\/\/*\/*form\/page.aspx*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "webresourceNCs.js"
            ],
            "matches": [
                "http:\/\/*\/*tools\/webresourceeditor\/edit.aspx*",
                "https:\/\/*\/*tools\/webresourceeditor\/edit.aspx*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "fieldNCs.js"
            ],
            "matches": [
                "http:\/\/*\/*systemcustomization\/attributes\/manageAttribute.aspx*",
                "https:\/\/*\/*systemcustomization\/attributes\/manageAttribute.aspx*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "js": [
                "scripts\/crmTopContext.js",
                "scripts\/workflowNCs.js"
            ],
            "matches": [
                "https:\/\/*\/*sfa\/workflow\/edit.aspx*",
                "https:\/\/*\/*tools\/systemcustomization\/businessrules*",
                "http:\/\/*\/*sfa\/workflow\/edit.aspx*",
                "http:\/\/*\/*tools\/systemcustomization\/businessrules*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "js": [
                "formNCs.js"
            ],
            "matches": [
                "http:\/\/*\/*FormEditor\/Dialogs\/*",
                "https:\/\/*\/*FormEditor\/Dialogs\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "scripts\/crm2013oneclicknavigation.js",
        "scripts\/xrmqn.js",
        "css\/xrmqn.css",
        "jquery-3.3.1.min.js",
        "scripts\/jquery-ui.js",
        "scripts\/formActions.js",
        "scripts\/copyworkflow.js"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Activate the extension"
        }
    }
}