PassMan Secure Login

This extension helps you to login easier to webtargets using our Business Password Manager tool, PassMan.

PassMan Secure Loginคืออะไร?

PassMan Secure Login เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MORESIMP และคุณลักษณะหลักของมันคือ "This extension helps you to login easier to webtargets using our Business Password Manager tool, PassMan."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PassMan Secure Login

ดาวน์โหลดไฟล์ส่วนขยาย PassMan Secure Login ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You can quickly access web pages (webapps) saved in PassMan without entering a password.

PassMan (passman.co) is a corporate password manager that not only stores "secrets" but also makes it easy to share and can change passwords automatically.

For PassMan earlier than version 3.9, use this plugin:
https://wiki.passman.co/latest/en/feature-extenders-for-passman/add-previous-add-on-version

Details about current extension functions:
https://wiki.passman.co/latest/en/user-s-guide/1-click-to-targets                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PassMan Secure Login PassMan Secure Login
ID oaocbbkakhkcfkhkifffiefmmboklldh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/passman-secure-login/oaocbbkakhkcfkhkifffiefmmboklldh
คำอธิบาย This extension helps you to login easier to webtargets using our Business Password Manager tool, PassMan.
ขนาดไฟล์ 126 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 4.1.0
อัปเดตครั้งล่าสุด 2023-10-22
วันที่เผยแพร่ 2020-09-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา MORESIMP
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://wiki.passman.co/latest/en/user-s-guide/1-click-to-targets
URL หน้านโยบายความเป็นส่วนตัว https://passman.co/extension-privacy-policy
ภาษาที่รองรับ en,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.1.0",
    "name": "__MSG_appName__",
    "minimum_chrome_version": "112",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "contextMenus",
        "scripting"
    ],
    "incognito": "spanning",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "browser_style": false
    },
    "action": {
        "browser_style": false,
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/passmano-16.png",
            "24": "images\/passmano-24.png",
            "32": "images\/passmano-32.png",
            "48": "images\/passmano-48.png",
            "128": "images\/passmano-128.png"
        },
        "default_title": "__MSG_appName__",
        "default_area": "navbar"
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "match_about_blank": false,
            "js": [
                "node_modules\/webextension-polyfill\/dist\/browser-polyfill.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "build.txt",
                "content.html",
                "images\/*",
                "node_modules\/webextension-polyfill\/dist\/browser-polyfill.js",
                "redirect.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "author": "MORESIMP Kft.",
    "homepage_url": "https:\/\/passman.co",
    "icons": {
        "16": "images\/passmano-padded-16.png",
        "24": "images\/passmano-padded-24.png",
        "32": "images\/passmano-padded-32.png",
        "48": "images\/passmano-padded-48.png",
        "128": "images\/passmano-padded-128.png"
    },
    "version_name": "4.1.0",
    "host_permissions": [
        ""
    ]
}