Dynamics CRM Rename downloads
Remove single quotes from file name (related to issue with chrome 72)
Apa itu Dynamics CRM Rename downloads?
Dynamics CRM Rename downloads adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Remove single quotes from file name (related to issue with chrome 72)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dynamics CRM Rename downloads
Unduh file ekstensi Dynamics CRM Rename downloads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Dynamics CRM Rename downloads |
ID | elajgiibdjhcnabbdeimegnpbbpdkgai |
URL Resmi | https://chromewebstore.google.com/detail/dynamics-crm-rename-downl/elajgiibdjhcnabbdeimegnpbbpdkgai |
Deskripsi | Remove single quotes from file name (related to issue with chrome 72) |
Ukuran File | 7.78 KB |
Jumlah Instalasi | 3,769 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2019-03-22 |
Tanggal Publikasi | 2019-03-22 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |