Dynamics apostrophe fixer

Removes apostrophes from files/attachments

ما هو Dynamics apostrophe fixer؟

Dynamics apostrophe fixer هو إضافة Chrome تم تطويرها بواسطة Matt Weber، والميزة الرئيسية لها هي "Removes apostrophes from files/attachments".

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

screenshot

تحميل ملف CRX للإضافة Dynamics apostrophe fixer

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

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

                        Removes leading and trailing apostrophes from saved files/attachments obtained in Dynamics 365 CRM.                    

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

الاسم Dynamics apostrophe fixer Dynamics apostrophe fixer
ID jnamlhmdpgbfdnjchoifdkgnlofklfbm
عنوان URL الرسمي https://chromewebstore.google.com/detail/dynamics-apostrophe-fixer/jnamlhmdpgbfdnjchoifdkgnlofklfbm
الوصف Removes apostrophes from files/attachments
حجم الملف 5.26 KB
عدد التثبيتات 114
النسخة الحالية 1.1
آخر تحديث 2019-08-01
تاريخ النشر 2019-08-01
تقييم 5.00/5 مجموع تقييمات 1
المطور Matt Weber
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynamics apostrophe fixer",
    "description": "Removes apostrophes from files\/attachments",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self'; default-src 'self'",
    "manifest_version": 2
}