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”。

扩展截图

screenshot

下载Dynamics CRM File Download Fix扩展crx文件

下载Dynamics CRM File Download Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
}