Dev Tools for SharePoint

Tools for SharePoint administrators and developers.

Τι είναι το Dev Tools for SharePoint;

Το Dev Tools for SharePoint είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Balcones Enterprises, και η κύρια λειτουργία του είναι "Tools for SharePoint administrators and developers.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Dev Tools for SharePoint

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

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

                        The Dev Tools for SharePoint Chrome Extension can query a SharePoint site to display information about all lists and document libraries.   An item can be selected to then produce a list of all the fields including Display Name, Internal Name and Data Type.  This can be especially helpful for situations where internal field names are required.

 New features are coming soon, feel free to suggest enhancements or ideas!                    

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

Όνομα Dev Tools for SharePoint Dev Tools for SharePoint
ID cdijmnpllkdbhjocnobeedndmhhdnmbn
Επίσημο URL https://chromewebstore.google.com/detail/dev-tools-for-sharepoint/cdijmnpllkdbhjocnobeedndmhhdnmbn
Περιγραφή Tools for SharePoint administrators and developers.
Μέγεθος Αρχείου 118 KB
Αριθμός Εγκαταστάσεων 1,084
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2019-06-21
Ημερομηνία Δημοσίευσης 2019-06-19
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Balcones Enterprises
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://balconesenterprises.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://balconesenterprises.com/products/dev-tools-for-sharepoint/
URL της Σελίδας Πολιτικής Απορρήτου https://balconesenterprises.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dev Tools for SharePoint",
    "description": " Tools for SharePoint administrators and developers.",
    "version": "1.2",
    "short_name": "SP Dev Tools",
    "icons": {
        "32": "images\/CWS_appIcon_32x32.png",
        "128": "images\/CWS_appIcon_128x128.png",
        "512": "images\/CWS_appIcon_512x512.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "images\/CWS_appIcon_512x512.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js",
            "js\/sprestlib.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}