Winvision Dynamics 365 CRM Tools
Development tools for Microsoft Dynamics CRM 2016 and Dynamics 365.
Winvision Dynamics 365 CRM Tools란 무엇입니까?
Winvision Dynamics 365 CRM Tools은(는) winvisioncrmtools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Development tools for Microsoft Dynamics CRM 2016 and Dynamics 365."입니다.
확장 프로그램 스크린샷
Winvision Dynamics 365 CRM Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No more struggling with HTML inspectors to obtain the Microsoft Dynamics information you need! This tool helps consultants, testers and developers by providing basic tools for retrieving information from Dynamics 365 and Microsoft Dynamics CRM 2016 forms. We also support the unified interface forms! Current features include: - Obtain form and record GUIDs. - Display option set and status reason identifiers. - Obtain the object type code of an entity. - Display internal entity names, internal view column names and internal field names. - Copy GUIDs and internal names to your clipboard. - Works on quick create forms and in pop-up windows. - Remove all read-only fields and disable required fields using the God mode. - Quick navigation to CRM pages and records. The Firefox version can be found here: https://addons.mozilla.org/en-US/firefox/addon/winvisioncrmtools/
확장 프로그램 기본 정보
이름 | Winvision Dynamics 365 CRM Tools |
ID | phcppmldknbkicjnjchgjbdbjjodoebi |
공식 URL | https://chromewebstore.google.com/detail/winvision-dynamics-365-cr/phcppmldknbkicjnjchgjbdbjjodoebi |
설명 | Development tools for Microsoft Dynamics CRM 2016 and Dynamics 365. |
파일 크기 | 1.18 MB |
설치 횟수 | 2,051 |
현재 버전 | 3.1.0 |
최근 업데이트 | 2021-11-12 |
출시 날짜 | 2020-05-18 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | winvisioncrmtools |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Winvision bv", "browser_action": { "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html", "default_title": "W.Dynamics Tools" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "lib\/js\/jquery-3.6.0.min.js", "js\/injectWvDynamics.js" ] } ], "description": "Development tools for Microsoft Dynamics CRM 2016 and Dynamics 365.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "name": "Winvision Dynamics 365 CRM Tools", "permissions": [ "activeTab", "tabs", "clipboardWrite" ], "short_name": "W.Dynamics Tools", "version": "3.1.0", "web_accessible_resources": [ "js\/dynamicsTools.js" ] } |