Dynamics apostrophe fixer
Removes apostrophes from files/attachments
Cos'è Dynamics apostrophe fixer?
Dynamics apostrophe fixer è un'estensione di Chrome sviluppata da Matt Weber, e la sua funzione principale è "Removes apostrophes from files/attachments".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dynamics apostrophe fixer
Scarica i file di estensione Dynamics apostrophe fixer 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 leading and trailing apostrophes from saved files/attachments obtained in Dynamics 365 CRM. Informazioni di Base sull'Estensione
| Nome | |
| ID | jnamlhmdpgbfdnjchoifdkgnlofklfbm |
| URL Ufficiale | https://chromewebstore.google.com/detail/dynamics-apostrophe-fixer/jnamlhmdpgbfdnjchoifdkgnlofklfbm |
| Descrizione | Removes apostrophes from files/attachments |
| Dimensione del File | 5.26 KB |
| Conteggio Installazioni | 114 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2019-08-01 |
| Data di Pubblicazione | 2019-08-01 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Matt Weber |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |