Dynamics CRM Rename downloads
Remove single quotes from file name (related to issue with chrome 72)
What is Dynamics CRM Rename downloads?
Dynamics CRM Rename downloads is a Chrome extension developed by Unknown, and its main feature is "Remove single quotes from file name (related to issue with chrome 72)".
Extension Screenshots
Download Dynamics CRM Rename downloads Extension CRX File
Download Dynamics CRM Rename downloads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
there was an issue with dynamics crm that the downloaded reports or attachment have a single quote in the beginning and end of its name, which change the extension of the file, this plugin will simply remove the single quote.
Extension Basic Information
Name | Dynamics CRM Rename downloads |
ID | elajgiibdjhcnabbdeimegnpbbpdkgai |
Official URL | https://chromewebstore.google.com/detail/dynamics-crm-rename-downl/elajgiibdjhcnabbdeimegnpbbpdkgai |
Description | Remove single quotes from file name (related to issue with chrome 72) |
File Size | 7.78 KB |
Installation Count | 3,769 |
Current Version | 0.1 |
Last Updated | 2019-03-22 |
Publish Date | 2019-03-22 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dynamics CRM Rename downloads", "description": "Remove single quotes from file name (related to issue with chrome 72)", "version": "0.1", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads" ], "content_security_policy": "script-src 'self'; default-src 'self'", "page_action": { "default_icon": { "16": "images\/pen16.png", "32": "images\/pen32.png", "48": "images\/pen48.png", "128": "images\/pen128.png" } }, "manifest_version": 2 } |