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 |
电子邮箱 | [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": [ " |