Dynamics CRM Rename downloads

Remove single quotes from file name (related to issue with chrome 72)

Cos'è Dynamics CRM Rename downloads?

Dynamics CRM Rename downloads è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Remove single quotes from file name (related to issue with chrome 72)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dynamics CRM Rename downloads

Scarica i file di estensione Dynamics CRM Rename downloads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dynamics CRM Rename downloads Dynamics CRM Rename downloads
ID elajgiibdjhcnabbdeimegnpbbpdkgai
URL Ufficiale https://chromewebstore.google.com/detail/dynamics-crm-rename-downl/elajgiibdjhcnabbdeimegnpbbpdkgai
Descrizione Remove single quotes from file name (related to issue with chrome 72)
Dimensione del File 7.78 KB
Conteggio Installazioni 3,769
Versione Corrente 0.1
Ultimo Aggiornamento 2019-03-22
Data di Pubblicazione 2019-03-22
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}