Method mConnect Extension

Connect your suppliers to the Method Procurement platform and drive results to your dental practice's bottom line.

Τι είναι το Method mConnect Extension;

Το Method mConnect Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://methodusa.com, και η κύρια λειτουργία του είναι "Connect your suppliers to the Method Procurement platform and drive results to your dental practice's bottom line.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Method mConnect Extension

Λήψη αρχείων επέκτασης Method mConnect Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Method's digital solutions transform dental spend management, drive productivity, and yield improved financial results for dental organizations of all sizes.

The Method mConnect Extension provides expanded connectivity with your suppliers to build an efficient, digital procurement process.  With accurate data and fast response times, your practice will eliminate common errors and wasted efforts associated with traditional buying techniques.

Important note:  Requires a subscription to Method Procurement.

If you have any problems or suggestions please visit https://support.methodusa.com for helpful resources.
			
Want to improve your dental practice?  Visit Method Procurement at https://methodusa.com to learn more or to request a personal demo today.

The Method mConnect Extension is covered by the Terms of Service found at https://methodusa.com/terms-of-service/.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Method mConnect Extension Method mConnect Extension
ID dpgihjlnpbcicfmpjiepdeipalnkopfi
Επίσημο URL https://chromewebstore.google.com/detail/method-mconnect-extension/dpgihjlnpbcicfmpjiepdeipalnkopfi
Περιγραφή Connect your suppliers to the Method Procurement platform and drive results to your dental practice's bottom line.
Μέγεθος Αρχείου 261 KB
Αριθμός Εγκαταστάσεων 5,452
Τρέχουσα Έκδοση 1.17.6
Τελευταία Ενημέρωση 2022-04-27
Ημερομηνία Δημοσίευσης 2020-07-04
Προγραμματιστής https://methodusa.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://support.methodusa.com
URL της Σελίδας Πολιτικής Απορρήτου https://methodusa.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Connect your suppliers to the Method Procurement platform and drive results to your dental practice's bottom line.",
    "version": "1.17.6",
    "name": "Method mConnect Extension",
    "short_name": "mConnect",
    "permissions": [
        "cookies",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "*:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "main.bundle.js",
                "vendor\/global.js",
                "vendor\/selenium-browserdetect.js",
                "polyfills.js",
                "escape.js",
                "playback.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.methodusa.com\/*"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon-gray-32.png"
        }
    },
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}