Dev Tools for SharePoint
Tools for SharePoint administrators and developers.
Cos'è Dev Tools for SharePoint?
Dev Tools for SharePoint è un'estensione di Chrome sviluppata da Balcones Enterprises, e la sua funzione principale è "Tools for SharePoint administrators and developers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dev Tools for SharePoint
Scarica i file di estensione Dev Tools for SharePoint in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Dev Tools for SharePoint |
ID | cdijmnpllkdbhjocnobeedndmhhdnmbn |
URL Ufficiale | https://chromewebstore.google.com/detail/dev-tools-for-sharepoint/cdijmnpllkdbhjocnobeedndmhhdnmbn |
Descrizione | Tools for SharePoint administrators and developers. |
Dimensione del File | 118 KB |
Conteggio Installazioni | 1,084 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2019-06-21 |
Data di Pubblicazione | 2019-06-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Balcones Enterprises |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://balconesenterprises.com/ |
URL della Pagina di Aiuto | https://balconesenterprises.com/products/dev-tools-for-sharepoint/ |
URL della Pagina della Politica sulla Privacy | https://balconesenterprises.com/privacy-policy |
Lingue Supportate | 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", " |