M-Files for Chrome
M-Files for Chrome ensures optimal M-Files user experience for Google Chrome.
M-Files for Chromeとは何ですか?
M-Files for ChromeはM-Filesによって開発されたChromeの拡張機能で、その主な機能は「M-Files for Chrome ensures optimal M-Files user experience for Google Chrome.」です。
拡張機能のスクリーンショット
M-Files for Chrome拡張機能のCRXファイルをダウンロード
M-Files for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
M-Files for Chrome makes editing documents more effortless by allowing you to check them out for editing as well as to check them back in once you are done. M-Files for Chrome is supported both for Windows and macOS users. Note: It is advised to clear the cache of your Google Chrome browser and reinstall the M-Files for Chrome extension, if the yellow ribbon remains in your M-Files Web or you are having trouble updating the extension.
拡張機能の基本情報
名前 | M-Files for Chrome |
ID | lapmgejioldofnecdomcdgblbiffefhb |
公式URL | https://chromewebstore.google.com/detail/m-files-for-chrome/lapmgejioldofnecdomcdgblbiffefhb |
説明 | M-Files for Chrome ensures optimal M-Files user experience for Google Chrome. |
ファイルサイズ | 335 KB |
インストール数 | 99,170 |
現在のバージョン | 2.1.1 |
最終更新日 | 2024-03-01 |
公開日 | 2020-02-22 |
評価 | 3.22/5 合計 27 レビュー |
開発者 | M-Files |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://m-files.force.com/s/article/mfiles-ka-246925 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "M-Files for Chrome", "version": "2.1.1", "manifest_version": 3, "incognito": "split", "description": "M-Files for Chrome ensures optimal M-Files user experience for Google Chrome.", "icons": { "128": "m-files_icon.png" }, "options_page": "options.html", "homepage_url": "http:\/\/www.m-files.com", "permissions": [ "notifications", "nativeMessaging", "background", "cookies", "storage", "scripting", "activeTab", "alarms" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "main.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscripts\/page.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ " |