Dynamics CRM Rename downloads

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

Co to jest Dynamics CRM Rename downloads?

Dynamics CRM Rename downloads to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Remove single quotes from file name (related to issue with chrome 72)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dynamics CRM Rename downloads

Pobierz pliki rozszerzeń Dynamics CRM Rename downloads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dynamics CRM Rename downloads Dynamics CRM Rename downloads
ID elajgiibdjhcnabbdeimegnpbbpdkgai
Oficjalny URL https://chromewebstore.google.com/detail/dynamics-crm-rename-downl/elajgiibdjhcnabbdeimegnpbbpdkgai
Opis Remove single quotes from file name (related to issue with chrome 72)
Rozmiar pliku 7.78 KB
Liczba instalacji 3,769
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2019-03-22
Data Publikacji 2019-03-22
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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
}