Dynamics CRM File Download Fix
Resolves the apostrophe wrapped file download issue with Dynamics 365. Provided by Reenhanced.com
O que é Dynamics CRM File Download Fix?
Dynamics CRM File Download Fix é uma extensão do Chrome desenvolvida por https://reenhanced.com, e sua principal característica é "Resolves the apostrophe wrapped file download issue with Dynamics 365. Provided by Reenhanced.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dynamics CRM File Download Fix
Baixe arquivos de extensão Dynamics CRM File Download Fix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Dynamics CRM File Download Fix |
ID | hcglgmleinilchcegnmbaabblgopeeab |
URL Oficial | https://chromewebstore.google.com/detail/dynamics-crm-file-downloa/hcglgmleinilchcegnmbaabblgopeeab |
Descrição | Resolves the apostrophe wrapped file download issue with Dynamics 365. Provided by Reenhanced.com |
Tamanho do Arquivo | 9.55 KB |
Contagem de Instalações | 103,380 |
Versão Atual | 1.1.0 |
Última Atualização | 2020-07-16 |
Data de Publicação | 2020-01-13 |
Classificação | 4.83/5 Total de 12 Avaliações |
Desenvolvedor | https://reenhanced.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://reenhanced.com/2019/how-to-fix-dynamics-365-file-download-apostrophe-bug/ |
URL da Página de Ajuda | https://reenhanced.com/contact/ |
Idiomas Suportados | 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" } |