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
官方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
}