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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย M-Files และคุณลักษณะหลักของมันคือ "M-Files for Chrome ensures optimal M-Files user experience for Google Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย M-Files for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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 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": [
                ""
            ]
        }
    ]
}