Dynamics CRM File Download Fix
Resolves the apostrophe wrapped file download issue with Dynamics 365. Provided by Reenhanced.com
Dynamics CRM File Download Fix란 무엇입니까?
Dynamics CRM File Download Fix은(는) https://reenhanced.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resolves the apostrophe wrapped file download issue with Dynamics 365. Provided by Reenhanced.com"입니다.
확장 프로그램 스크린샷
Dynamics CRM File Download Fix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NEW RELEASE 1.1: This version resolves an issue where some downloads from other sites would sometimes use the wrong filename. There is a bug in On-Premise Microsoft Dynamics that saves files with names like 'filename.xls'. For example, if you're downloading a report called CrmReport.xls it gets saved to your computer as 'CrmReport.xls' with the extension of .xls'. This means that your machine isn't able to open the files without a rename. This is caused because old versions of Microsoft Dynamics do not understand how to send a valid file request response to Chrome so it saves the file as surrounded by single quotes. This simple script identifies when files are downloaded that start and end with ' and simply removes the leading and trailing '. There is no data stored, no data sent and no records of your usage of this extension are kept. More details available over at https://reenhanced.com/2019/how-to-fix-dynamics-365-file-download-apostrophe-bug/ Produced by Nick Hance, Software Project Rescue Specialist and President of Reenhanced.com
확장 프로그램 기본 정보
이름 | Dynamics CRM File Download Fix |
ID | hcglgmleinilchcegnmbaabblgopeeab |
공식 URL | https://chromewebstore.google.com/detail/dynamics-crm-file-downloa/hcglgmleinilchcegnmbaabblgopeeab |
설명 | Resolves the apostrophe wrapped file download issue with Dynamics 365. Provided by Reenhanced.com |
파일 크기 | 9.55 KB |
설치 횟수 | 103,380 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2020-07-16 |
출시 날짜 | 2020-01-13 |
평점 | 4.83/5 총 12 개의 평점 |
개발자 | https://reenhanced.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://reenhanced.com/2019/how-to-fix-dynamics-365-file-download-apostrophe-bug/ |
도움말 페이지 URL | https://reenhanced.com/contact/ |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "CrmDownloadFix.js" ] }, "description": "Resolves the apostrophe wrapped file download issue with Dynamics 365. Provided by Reenhanced.com", "manifest_version": 2, "name": "Dynamics CRM File Download Fix", "permissions": [ "downloads" ], "short_name": "Dynamics CRM Download Fix", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |