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": [
                ""
            ]
        }
    ]
}