Dev Tools for SharePoint

Tools for SharePoint administrators and developers.

Co to jest Dev Tools for SharePoint?

Dev Tools for SharePoint to rozszerzenie Chrome opracowane przez Balcones Enterprises, a jego główną funkcją jest „Tools for SharePoint administrators and developers.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dev Tools for SharePoint

Pobierz pliki rozszerzeń Dev Tools for SharePoint w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Dev Tools for SharePoint Dev Tools for SharePoint
ID cdijmnpllkdbhjocnobeedndmhhdnmbn
Oficjalny URL https://chromewebstore.google.com/detail/dev-tools-for-sharepoint/cdijmnpllkdbhjocnobeedndmhhdnmbn
Opis Tools for SharePoint administrators and developers.
Rozmiar pliku 118 KB
Liczba instalacji 1,084
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-06-21
Data Publikacji 2019-06-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Balcones Enterprises
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://balconesenterprises.com/
Adres URL Strony Pomocy https://balconesenterprises.com/products/dev-tools-for-sharepoint/
Adres URL Strony Polityki Prywatności https://balconesenterprises.com/privacy-policy
Obsługiwane Języki 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'"
}