AttachmentsCRM
Rename CRM attachments
Cos'è AttachmentsCRM?
AttachmentsCRM è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Rename CRM attachments".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AttachmentsCRM
Scarica i file di estensione AttachmentsCRM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Removes single quotes from download files in Dynamics CRM
Informazioni di Base sull'Estensione
Nome | AttachmentsCRM |
ID | jjggeclbegpmpblbagmnoonkdnoedpcm |
URL Ufficiale | https://chromewebstore.google.com/detail/attachmentscrm/jjggeclbegpmpblbagmnoonkdnoedpcm |
Descrizione | Rename CRM attachments |
Dimensione del File | 3.35 KB |
Conteggio Installazioni | 199 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-03-27 |
Data di Pubblicazione | 2019-03-26 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |