Dev Tools for SharePoint
Tools for SharePoint administrators and developers.
Dev Tools for SharePointとは何ですか?
Dev Tools for SharePointはBalcones Enterprisesによって開発されたChromeの拡張機能で、その主な機能は「Tools for SharePoint administrators and developers.」です。
拡張機能のスクリーンショット
Dev Tools for SharePoint拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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", " |