File Name Correction for Dynamics 365

Ensures files are given proper names when downloaded.

ما هو File Name Correction for Dynamics 365؟

File Name Correction for Dynamics 365 هو إضافة Chrome تم تطويرها بواسطة Jared Chavez، والميزة الرئيسية لها هي "Ensures files are given proper names when downloaded.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة File Name Correction for Dynamics 365

قم بتنزيل ملفات الامتداد File Name Correction for Dynamics 365 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This Chrome extension solves a file name issue caused by a bug between Microsoft Dynamics 365 and Chrome itself. When downloading files from Dynamics, Chrome will wrap the file name in single quotes, causing it to become an invalid file. This extension removes those quotes, allowing the end user's machine to determine which application can open the file.

For example: A downloaded file from Dynamics will download as 'Example.xlsx' making it invalid. This extension will rename the file from 'Example.xlsx' to Example.xlsx, allowing it be opened by the end user's computer.

This extension is open to the public, and does not collect any usage data. Should any issues occur, please reach out to me at [email protected].                    

معلومات أساسية عن التمديد

الاسم File Name Correction for Dynamics 365 File Name Correction for Dynamics 365
ID lignifepbjcegfaelljjjejlahcnjden
عنوان URL الرسمي https://chromewebstore.google.com/detail/file-name-correction-for/lignifepbjcegfaelljjjejlahcnjden
الوصف Ensures files are given proper names when downloaded.
حجم الملف 49.16 KB
عدد التثبيتات 113
النسخة الحالية 1.2
آخر تحديث 2020-06-18
تاريخ النشر 2020-06-17
المطور Jared Chavez
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "File Name Correction for Dynamics 365",
    "short_name": "Dynamics 365 File Name Correction",
    "description": "Ensures files are given proper names when downloaded.",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "logo16.png",
        "48": "logo32.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "WrapperRemoval.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads"
    ]
}