Dynamics CRM File Download Fix

Resolves the apostrophe wrapped file download issue with Dynamics 365. Provided by Reenhanced.com

Dynamics CRM File Download Fix là gì?

Dynamics CRM File Download Fix là một tiện ích mở rộng Chrome được phát triển bởi https://reenhanced.com, và tính năng chính của nó là "Resolves the apostrophe wrapped file download issue with Dynamics 365. Provided by Reenhanced.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dynamics CRM File Download Fix

Tải xuống các tệp mở rộng Dynamics CRM File Download Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dynamics CRM File Download Fix Dynamics CRM File Download Fix
ID hcglgmleinilchcegnmbaabblgopeeab
URL Chính Thức https://chromewebstore.google.com/detail/dynamics-crm-file-downloa/hcglgmleinilchcegnmbaabblgopeeab
Mô tả Resolves the apostrophe wrapped file download issue with Dynamics 365. Provided by Reenhanced.com
Kích Thước Tệp 9.55 KB
Số Lần Cài Đặt 103,380
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-07-16
Ngày Phát Hành 2020-01-13
Đánh Giá 4.83/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://reenhanced.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://reenhanced.com/2019/how-to-fix-dynamics-365-file-download-apostrophe-bug/
URL Trang Trợ Giúp https://reenhanced.com/contact/
Ngôn Ngữ Được Hỗ Trợ 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"
}