M-Files for Google Workspace™

Securely save your Gmail™ and Google Drive™ content in M-Files with just one click

M-Files for Google Workspace™คืออะไร?

M-Files for Google Workspace™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย M-Files Corporation และคุณลักษณะหลักของมันคือ "Securely save your Gmail™ and Google Drive™ content in M-Files with just one click"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย M-Files for Google Workspace™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        M-Files for Google Workspace™ allows you to bring all your content together into one common view, providing an easy and more controlled way of managing content. You can easily save emails and documents from Gmail™ and Google Drive™ to M-Files, with just one click.

M-Files for Google Workspace™ allows you to:

- Save Workspace™ content in a secure system of records, in the cloud, or on premises 
- Save key emails and attachments in M-Files to share them with the team
- View Gmail™, business data and related content in one view
- Break down silos between Workspace™ applications and other systems and applications with one access point to all information
- Use metadata to classify and tag content efficiently 
- Use automated workflows to support business processes
- Save pdf or office document renditions of native Google™ apps
- Keep Workspace™ content automatically updated in M-Files
- Collaborate on the same document in M-Files & in Google Drive™ simultaneously

Release Notes:
 https://community.m-files.com/blogs-65091858/b/product-news                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ M-Files for Google Workspace™ M-Files for Google Workspace™
ID egpgbbicplfbdphfmajbinbjlednginl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/m-files-for-google-worksp/egpgbbicplfbdphfmajbinbjlednginl
คำอธิบาย Securely save your Gmail™ and Google Drive™ content in M-Files with just one click
ขนาดไฟล์ 22.46 MB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 6.3.0.1
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2020-03-04
คะแนน 2.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา M-Files Corporation
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.m-files.com/
URL หน้าช่วยเหลือ https://www.m-files.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.m-files.com/en/privacy-notice-for-the-m-files-customer-marketing-and-partner-register
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnTJKBVxawbZ+LOst7kmrPT1RFqzl+sEAlzc68MxfyycAiaCcxxGh+CQ9sG+I5fJQ7FNJTQMjY+XGPO\/GxXp+I1zAVp\/yNOTqbRH5swgV23rWezZjoiLVW9RkcF\/Eo7Cy0ZlZ\/IrtkfxSaEn74yOKzsNuqAVM9vYZK31v4X8qJLXArvUYq6MzlvppYsdH71W6QJ+AP\/qXT85aSv+hlrV4vtjq7gzzJnfkWSuFDckTyyMYGp0MYPaZmN1gRo5bfk5Iy2YPAwTAtPknNBABH8wiOZLZNsKXQtUfEBD9K\/BUk8sUcdLfspmFTeZQYNqGkJvMs3MqodNAtb4HC95CV6BoIQIDAQAB",
    "background": {
        "scripts": [
            "lib\/pdftron-7.1.2\/lib\/core\/CoreControls.js",
            "lib\/pdftron-7.1.2\/lib\/core\/pdf\/PDFNet.js",
            "lib\/jquery-3.5.1.js",
            "lib\/sha256.js",
            "config_background.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "css": [
                "css\/mtoolbar_gmail.css",
                "css\/gsidebar.css",
                "css\/gsidebar_gmail.css",
                "css\/goomfi_fld.css",
                "css\/popup_msgbox.css",
                "css\/selector.css",
                "css\/ginbox.css",
                "css\/goomfi_ux_2020.css"
            ],
            "js": [
                "lib\/mobx.es6.js",
                "lib\/jquery-3.5.1.js",
                "lib\/jquery-ui-d2f577f.js",
                "lib\/moment-2.24.0.js",
                "config_content.js",
                "js_contentscripts_gmail.js"
            ],
            "all_frames": false
        },
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/drive\/*"
            ],
            "css": [
                "css\/gsidebar.css",
                "css\/goomfi_fld.css",
                "css\/selector.css",
                "css\/drive.css",
                "css\/goomfi_ux_2020.css"
            ],
            "js": [
                "lib\/mobx.es6.js",
                "lib\/jquery-3.5.1.js",
                "lib\/jquery-ui-d2f577f.js",
                "lib\/moment-2.24.0.js",
                "config_content.js",
                "js_contentscripts_drive.js"
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "16": "images\/sidebar_icon_16x16.png",
        "32": "images\/sidebar_icon_32x32.png",
        "48": "images\/sidebar_icon_48x48.png",
        "64": "images\/sidebar_icon_64x64.png",
        "96": "images\/sidebar_icon_96x96.png",
        "128": "images\/sidebar_icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "images\/sidebar_icon_32x32.png",
        "default_popup": "popup.html",
        "default_title": "M-Files for Google Workspace\u2122"
    },
    "description": "Securely save your Gmail\u2122 and Google Drive\u2122 content in M-Files with just one click",
    "manifest_version": 2,
    "name": "M-Files for Google Workspace\u2122",
    "permissions": [
        "https:\/\/mail.google.com\/mail\/*",
        "https:\/\/drive.google.com\/*",
        "https:\/\/docs.google.com\/*",
        "https:\/\/goomfiext.appspot.com\/*",
        "https:\/\/*.m-files.com\/REST\/*",
        "https:\/\/*\/REST\/*",
        "identity",
        "storage"
    ],
    "version": "6.3.0.1",
    "oauth2": {
        "client_id": "1073826182848-ra668v5gkjl8b560ednucspp5kigpf4h.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.me",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/gmail.modify",
            "https:\/\/www.googleapis.com\/auth\/gmail.labels",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly",
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    },
    "web_accessible_resources": [
        "images\/goomfi_on_19x19.png",
        "images\/goomfi_off_19x19.png"
    ],
    "content_security_policy": "object-src 'self'; script-src 'self' 'wasm-eval'; font-src 'self' data:; script-src-elem 'self' blob:"
}