File Name Correction for Dynamics 365
Ensures files are given proper names when downloaded.
File Name Correction for Dynamics 365 là gì?
File Name Correction for Dynamics 365 là một tiện ích mở rộng Chrome được phát triển bởi Jared Chavez, và tính năng chính của nó là "Ensures files are given proper names when downloaded.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng File Name Correction for Dynamics 365
Tải xuống các tệp mở rộng File Name Correction for Dynamics 365 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
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | File Name Correction for Dynamics 365 |
ID | lignifepbjcegfaelljjjejlahcnjden |
URL Chính Thức | https://chromewebstore.google.com/detail/file-name-correction-for/lignifepbjcegfaelljjjejlahcnjden |
Mô tả | Ensures files are given proper names when downloaded. |
Kích Thước Tệp | 49.16 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2020-06-18 |
Ngày Phát Hành | 2020-06-17 |
Nhà Phát Triển | Jared Chavez |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |