PassHub.net

PassHub.net password manager

PassHub.netคืออะไร?

PassHub.net เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WWPass Corporation และคุณลักษณะหลักของมันคือ "PassHub.net password manager"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PassHub.net

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

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

                        The extension is a semi-manual non-intrusive tool to fill username/password fields in the login forms. It is intended to work in conjunction with  the PassHub.net web password manager.                    

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

ชื่อ PassHub.net PassHub.net
ID bamjbfhfacpdkenilcibkmpdahkgfejh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/passhubnet/bamjbfhfacpdkenilcibkmpdahkgfejh
คำอธิบาย PassHub.net password manager
ขนาดไฟล์ 166 KB
จำนวนการติดตั้ง 287
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2024-01-21
วันที่เผยแพร่ 2021-01-19
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา WWPass Corporation
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://passhub.net/
URL หน้าช่วยเหลือ https://www.wwpass.com/passhub-enterprise-password-manager
URL หน้านโยบายความเป็นส่วนตัว https://passhub.net/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PassHub.net",
    "version": "1.3.1",
    "description": "PassHub.net password manager",
    "author": "WWPass",
    "homepage_url": "https:\/\/wwpass.com",
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/localhost:8080\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8080\/*",
            "https:\/\/*.passhub.net\/*",
            "https:\/\/*.passhub.ch\/*",
            "https:\/\/*.passhub.us\/*",
            "https:\/\/*.passhub.eu\/*",
            "https:\/\/*.jetinf.us\/*"
        ]
    },
    "action": {
        "default_icon": {
            "16": "images\/passhub16.png",
            "32": "images\/passhub32.png",
            "48": "images\/passhub48.png",
            "64": "images\/passhub64.png",
            "128": "images\/passhub128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/passhub16.png",
        "32": "images\/passhub32.png",
        "48": "images\/passhub48.png",
        "64": "images\/passhub64.png",
        "128": "images\/passhub128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAubjP11t\/\/uccic4AGiVJRd89cIO8I3NoOChckHIDpxPSvxxAMD6864033bJJWWmjU6\/fKq+au92kb7akwDaGZphTDKDaNdZjadx4g9oF\/PIqHbE\/loKoaIJ8U1OPOACuS7UvTQVSW\/JNDcvpZPD0rbAu6nJ5jV0b\/7Pxt\/SSraEHTtGOiIFNpBp4n\/pnt8SpPli09iNDCYR+o+sTCWDgF4EgABAjOihogc45rCzGsyFZB8J\/l9FCD8P2Kx8z243JRn\/9HoS67xAgGBK\/BBcaVjazLtRuQjRyVhS5xYAUPcnLnynyCRY4YEvmGpT0lz0RewUo+G+\/E5EQpU7voaBl1QIDAQAB",
    "manifest_version": 3
}