Dynamics apostrophe fixer

Removes apostrophes from files/attachments

什么是Dynamics apostrophe fixer?

Dynamics apostrophe fixer是由Matt Weber开发的Chrome扩展程序,该扩展的主要功能是“Removes apostrophes from files/attachments”。

扩展截图

screenshot

下载Dynamics apostrophe fixer扩展crx文件

下载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
}