Dynamics CRM Rename downloads
Remove single quotes from file name (related to issue with chrome 72)
Hvad er Dynamics CRM Rename downloads?
Dynamics CRM Rename downloads er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Remove single quotes from file name (related to issue with chrome 72)".
Udvidelsesskærmbilleder
Download Dynamics CRM Rename downloads-udvidelses-CRX-fil
Download Dynamics CRM Rename downloads-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | elajgiibdjhcnabbdeimegnpbbpdkgai |
| Officiel URL | https://chromewebstore.google.com/detail/dynamics-crm-rename-downl/elajgiibdjhcnabbdeimegnpbbpdkgai |
| Beskrivelse | Remove single quotes from file name (related to issue with chrome 72) |
| Filstørrelse | 7.78 KB |
| Antal Installationer | 3,769 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2019-03-22 |
| Udgivelsesdato | 2019-03-22 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | Unknown |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |