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"
            ]
        }
    ]
}