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은(는) Jared Chavez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ensures files are given proper names when downloaded."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

File Name Correction for Dynamics 365 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}