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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://reenhanced.com, και η κύρια λειτουργία του είναι "Resolves the apostrophe wrapped file download issue with Dynamics 365. Provided by Reenhanced.com".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Dynamics CRM File Download Fix

Λήψη αρχείων επέκτασης 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"
}