Dynamics CRM Rename downloads
Remove single quotes from file name (related to issue with chrome 72)
Dynamics CRM Rename downloadsとは何ですか?
Dynamics CRM Rename downloadsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Remove single quotes from file name (related to issue with chrome 72)」です。
拡張機能のスクリーンショット
Dynamics CRM Rename downloads拡張機能のCRXファイルをダウンロード
Dynamics CRM Rename downloads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
there was an issue with dynamics crm that the downloaded reports or attachment have a single quote in the beginning and end of its name, which change the extension of the file, this plugin will simply remove the single quote.
拡張機能の基本情報
名前 | Dynamics CRM Rename downloads |
ID | elajgiibdjhcnabbdeimegnpbbpdkgai |
公式URL | https://chromewebstore.google.com/detail/dynamics-crm-rename-downl/elajgiibdjhcnabbdeimegnpbbpdkgai |
説明 | Remove single quotes from file name (related to issue with chrome 72) |
ファイルサイズ | 7.78 KB |
インストール数 | 3,769 |
現在のバージョン | 0.1 |
最終更新日 | 2019-03-22 |
公開日 | 2019-03-22 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dynamics CRM Rename downloads", "description": "Remove single quotes from file name (related to issue with chrome 72)", "version": "0.1", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads" ], "content_security_policy": "script-src 'self'; default-src 'self'", "page_action": { "default_icon": { "16": "images\/pen16.png", "32": "images\/pen32.png", "48": "images\/pen48.png", "128": "images\/pen128.png" } }, "manifest_version": 2 } |