M-Files for Chrome

M-Files for Chrome ensures optimal M-Files user experience for Google Chrome.

M-Files for Chrome là gì?

M-Files for Chrome là một tiện ích mở rộng Chrome được phát triển bởi M-Files, và tính năng chính của nó là "M-Files for Chrome ensures optimal M-Files user experience for Google Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng M-Files for Chrome

Tải xuống các tệp mở rộng M-Files for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên M-Files for Chrome M-Files for Chrome
ID lapmgejioldofnecdomcdgblbiffefhb
URL Chính Thức https://chromewebstore.google.com/detail/m-files-for-chrome/lapmgejioldofnecdomcdgblbiffefhb
Mô tả M-Files for Chrome ensures optimal M-Files user experience for Google Chrome.
Kích Thước Tệp 335 KB
Số Lần Cài Đặt 99,170
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2020-02-22
Đánh Giá 3.22/5 Tổng số 27 Đánh Giá
Nhà Phát Triển M-Files
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://m-files.force.com/s/article/mfiles-ka-246925
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}