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是由https://www.mdstaff.com開發的Chrome擴展程式,該擴展的主要功能是“Print to PDF from any primary source and upload it directly to MD-Staff.”。

擴展截圖

screenshot
screenshot

下載MD-Staff Verification Print & Upload擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}