AttachmentsCRM
Rename CRM attachments
什么是AttachmentsCRM?
AttachmentsCRM是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Rename CRM attachments”。
扩展截图
下载AttachmentsCRM扩展crx文件
下载AttachmentsCRM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Removes single quotes from download files in Dynamics CRM 扩展基本信息
| 名称 | |
| ID | jjggeclbegpmpblbagmnoonkdnoedpcm |
| 官方URL | https://chromewebstore.google.com/detail/attachmentscrm/jjggeclbegpmpblbagmnoonkdnoedpcm |
| 简介 | Rename CRM attachments |
| 文件大小 | 3.35 KB |
| 安装次数 | 199 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-03-27 |
| 上架时间 | 2019-03-26 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"AttachmentsCRM.js"
]
},
"description": "Rename CRM attachments",
"manifest_version": 2,
"name": "AttachmentsCRM",
"permissions": [
"downloads"
],
"short_name": "AttachmentsCRM",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.0"
} | |