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

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

                        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
}