MD-Staff Verification Print & Upload

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

MD-Staff Verification Print & Upload là gì?

MD-Staff Verification Print & Upload là một tiện ích mở rộng Chrome được phát triển bởi https://www.mdstaff.com, và tính năng chính của nó là "Print to PDF from any primary source and upload it directly to MD-Staff.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MD-Staff Verification Print & Upload

Tải xuống các tệp mở rộng MD-Staff Verification Print & Upload dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MD-Staff Verification Print & Upload MD-Staff Verification Print & Upload
ID damlgjaejablnjjkoehebfpdcolhkklj
URL Chính Thức https://chromewebstore.google.com/detail/md-staff-verification-pri/damlgjaejablnjjkoehebfpdcolhkklj
Mô tả Print to PDF from any primary source and upload it directly to MD-Staff.
Kích Thước Tệp 844 KB
Số Lần Cài Đặt 10,971
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2021-06-09
Ngày Phát Hành 2017-03-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.mdstaff.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.mdstaff.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}