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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}