MD-Staff Verification Print & Upload

Print to PDF from any primary source and upload it directly to MD-Staff.

Τι είναι το MD-Staff Verification Print & Upload;

Το MD-Staff Verification Print & Upload είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.mdstaff.com, και η κύρια λειτουργία του είναι "Print to PDF from any primary source and upload it directly to MD-Staff.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MD-Staff Verification Print & Upload

Λήψη αρχείων επέκτασης MD-Staff Verification Print & Upload σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        An easy and quick way to capture any primary source credential and store it in MD-Staff.

An easy way to capture primary source credentials as PDFs and store them in MD-Staff. It doesn't matter if the website is behind a paywall or behind a captcha, this chrome extension will capture the current page as a pdf and allow you to save it to MD-Staff along with expiration dates, issued dates and credential status.                    

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

Όνομα MD-Staff Verification Print & Upload MD-Staff Verification Print & Upload
ID damlgjaejablnjjkoehebfpdcolhkklj
Επίσημο URL https://chromewebstore.google.com/detail/md-staff-verification-pri/damlgjaejablnjjkoehebfpdcolhkklj
Περιγραφή Print to PDF from any primary source and upload it directly to MD-Staff.
Μέγεθος Αρχείου 844 KB
Αριθμός Εγκαταστάσεων 10,971
Τρέχουσα Έκδοση 3.0
Τελευταία Ενημέρωση 2021-06-09
Ημερομηνία Δημοσίευσης 2017-03-28
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.mdstaff.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.mdstaff.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MD-Staff Verification Print & Upload",
    "description": "Print to PDF from any primary source and upload it directly to MD-Staff.",
    "version": "3.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "tabs",
        "webRequest",
        "*:\/\/*\/",
        "*:\/\/tm1devlt01-vm\/",
        "*:\/\/localhost\/",
        "*:\/\/login.mdstaff.com\/",
        ""
    ],
    "options_page": "views\/options.html",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "MD-Staff Verification Print & Upload",
        "default_popup": "views\/popup.html"
    },
    "web_accessible_resources": [
        "images\/icon-48.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "lib\/moment.min.js",
                "lib\/selectorator.min.js",
                "scripts\/asmLib.js"
            ]
        }
    ]
}