Dynamics CRM Rename downloads
Remove single quotes from file name (related to issue with chrome 72)
Wat is Dynamics CRM Rename downloads?
Dynamics CRM Rename downloads is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Remove single quotes from file name (related to issue with chrome 72)".
Extensie Screenshots
Download het CRX-bestand van de extensie Dynamics CRM Rename downloads
Download Dynamics CRM Rename downloads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Dynamics CRM Rename downloads |
ID | elajgiibdjhcnabbdeimegnpbbpdkgai |
Officiële URL | https://chromewebstore.google.com/detail/dynamics-crm-rename-downl/elajgiibdjhcnabbdeimegnpbbpdkgai |
Beschrijving | Remove single quotes from file name (related to issue with chrome 72) |
Bestandsgrootte | 7.78 KB |
Aantal Installaties | 3,769 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2019-03-22 |
Publicatiedatum | 2019-03-22 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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 } |