Dev Tools for SharePoint

Tools for SharePoint administrators and developers.

Was ist Dev Tools for SharePoint?

Dev Tools for SharePoint ist eine Chrome-Erweiterung, die von Balcones Enterprises entwickelt wurde, und ihr Hauptmerkmal ist "Tools for SharePoint administrators and developers.".

Erweiterungsscreenshots

screenshot

Dev Tools for SharePoint-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dev Tools for SharePoint-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Dev Tools for SharePoint Dev Tools for SharePoint
ID cdijmnpllkdbhjocnobeedndmhhdnmbn
Offizielle URL https://chromewebstore.google.com/detail/dev-tools-for-sharepoint/cdijmnpllkdbhjocnobeedndmhhdnmbn
Beschreibung Tools for SharePoint administrators and developers.
Dateigröße 118 KB
Installationsanzahl 1,084
Aktuelle Version 1.2
Letztes Update 2019-06-21
Veröffentlichungsdatum 2019-06-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Balcones Enterprises
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://balconesenterprises.com/
Hilfeseite URL https://balconesenterprises.com/products/dev-tools-for-sharepoint/
URL der Datenschutzrichtlinien-Seite https://balconesenterprises.com/privacy-policy
Unterstützte Sprachen 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'"
}