MD-Staff Verification Print & Upload

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

Cos'è MD-Staff Verification Print & Upload?

MD-Staff Verification Print & Upload è un'estensione di Chrome sviluppata da https://www.mdstaff.com, e la sua funzione principale è "Print to PDF from any primary source and upload it directly to MD-Staff.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MD-Staff Verification Print & Upload

Scarica i file di estensione MD-Staff Verification Print & Upload in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MD-Staff Verification Print & Upload MD-Staff Verification Print & Upload
ID damlgjaejablnjjkoehebfpdcolhkklj
URL Ufficiale https://chromewebstore.google.com/detail/md-staff-verification-pri/damlgjaejablnjjkoehebfpdcolhkklj
Descrizione Print to PDF from any primary source and upload it directly to MD-Staff.
Dimensione del File 844 KB
Conteggio Installazioni 10,971
Versione Corrente 3.0
Ultimo Aggiornamento 2021-06-09
Data di Pubblicazione 2017-03-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.mdstaff.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.mdstaff.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}