Dynamics CRM Rename downloads

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

ما هو Dynamics CRM Rename downloads؟

Dynamics CRM Rename downloads هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Remove single quotes from file name (related to issue with chrome 72)".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Dynamics CRM Rename downloads

قم بتنزيل ملفات الامتداد Dynamics CRM Rename downloads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Dynamics CRM Rename downloads Dynamics CRM Rename downloads
ID elajgiibdjhcnabbdeimegnpbbpdkgai
عنوان URL الرسمي https://chromewebstore.google.com/detail/dynamics-crm-rename-downl/elajgiibdjhcnabbdeimegnpbbpdkgai
الوصف Remove single quotes from file name (related to issue with chrome 72)
حجم الملف 7.78 KB
عدد التثبيتات 3,769
النسخة الحالية 0.1
آخر تحديث 2019-03-22
تاريخ النشر 2019-03-22
تقييم 3.67/5 مجموع تقييمات 3
المطور Unknown
نوع الدفع free
اللغات المدعومة 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
}