Dynamics CRM Rename downloads

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

什麼是Dynamics CRM Rename downloads?

Dynamics CRM Rename downloads是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Remove single quotes from file name (related to issue with chrome 72)”。

擴展截圖

screenshot

下載Dynamics CRM Rename downloads擴展crx文件

下載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
官方網址 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
}