Dev Tools for SharePoint
Tools for SharePoint administrators and developers.
Co je Dev Tools for SharePoint?
Dev Tools for SharePoint je rozšíření Chrome vyvinuté Balcones Enterprises, a jeho hlavní funkcí je „Tools for SharePoint administrators and developers.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Dev Tools for SharePoint
Stáhněte si soubory rozšíření Dev Tools for SharePoint ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Dev Tools for SharePoint |
ID | cdijmnpllkdbhjocnobeedndmhhdnmbn |
Oficiální URL | https://chromewebstore.google.com/detail/dev-tools-for-sharepoint/cdijmnpllkdbhjocnobeedndmhhdnmbn |
Popis | Tools for SharePoint administrators and developers. |
Velikost souboru | 118 KB |
Počet instalací | 1,084 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2019-06-21 |
Datum Vydání | 2019-06-19 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Balcones Enterprises |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://balconesenterprises.com/ |
URL Stránky Nápovědy | https://balconesenterprises.com/products/dev-tools-for-sharepoint/ |
URL Stránky Zásad Ochrany Soukromí | https://balconesenterprises.com/privacy-policy |
Podporované Jazyky | 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", " |