Dynamics apostrophe fixer
Removes apostrophes from files/attachments
Dynamics apostrophe fixerとは何ですか?
Dynamics apostrophe fixerはMatt Weberによって開発されたChromeの拡張機能で、その主な機能は「Removes apostrophes from files/attachments」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |