AttachmentsCRM
Rename CRM attachments
What is AttachmentsCRM?
AttachmentsCRM is a Chrome extension developed by Unknown, and its main feature is "Rename CRM attachments".
Extension Screenshots
Download AttachmentsCRM Extension CRX File
Download AttachmentsCRM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Removes single quotes from download files in Dynamics CRM
Extension Basic Information
Name | AttachmentsCRM |
ID | jjggeclbegpmpblbagmnoonkdnoedpcm |
Official URL | https://chromewebstore.google.com/detail/attachmentscrm/jjggeclbegpmpblbagmnoonkdnoedpcm |
Description | Rename CRM attachments |
File Size | 3.35 KB |
Installation Count | 199 |
Current Version | 1.0.0 |
Last Updated | 2019-03-27 |
Publish Date | 2019-03-26 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } |