Dynamics CRM Rename downloads

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

Qu'est-ce que Dynamics CRM Rename downloads ?

Dynamics CRM Rename downloads est une extension Chrome développée par Unknown, et sa fonction principale est "Remove single quotes from file name (related to issue with chrome 72)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dynamics CRM Rename downloads

Téléchargez les fichiers d'extension Dynamics CRM Rename downloads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dynamics CRM Rename downloads Dynamics CRM Rename downloads
ID elajgiibdjhcnabbdeimegnpbbpdkgai
URL Officiel https://chromewebstore.google.com/detail/dynamics-crm-rename-downl/elajgiibdjhcnabbdeimegnpbbpdkgai
Description Remove single quotes from file name (related to issue with chrome 72)
Taille du Fichier 7.78 KB
Nombre d'Installations 3,769
Version Actuelle 0.1
Dernière Mise à Jour 2019-03-22
Date de Publication 2019-03-22
Évaluation 3.67/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}