Dynamics CRM Rename downloads

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

Vad är Dynamics CRM Rename downloads?

Dynamics CRM Rename downloads är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Remove single quotes from file name (related to issue with chrome 72)".

Tilläggsskärmbilder

screenshot

Ladda ner Dynamics CRM Rename downloads-förlängningens CRX-fil

Ladda ner Dynamics CRM Rename downloads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Dynamics CRM Rename downloads Dynamics CRM Rename downloads
ID elajgiibdjhcnabbdeimegnpbbpdkgai
Officiell webbadress https://chromewebstore.google.com/detail/dynamics-crm-rename-downl/elajgiibdjhcnabbdeimegnpbbpdkgai
Beskrivning Remove single quotes from file name (related to issue with chrome 72)
Filstorlek 7.78 KB
Antal Installationer 3,769
Aktuell Version 0.1
Senast Uppdaterad 2019-03-22
Publiceringsdatum 2019-03-22
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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
}