Padloc

Padloc Browser Extension

Padlocคืออะไร?

Padloc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maklesoft และคุณลักษณะหลักของมันคือ "Padloc Browser Extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Lock away all your passwords, documents and other important information with this refreshingly simple password manager!

◆ DELIGHTFULLY SIMPLE ◆

As important as it is, we know that worrying about data security and password hygiene is about as much fun as doing your taxes. That's why we made Padloc as beautiful, intuitive and dead simple to use as possible. No clutter, no distractions!

◆ EFFORTLESSLY PORTABLE ◆

Padloc is available on all major platforms and synchronizing your devices is fast and easy. We securely store your data in the cloud so you have access to it from anywhere, any time!

◆ TRANSPARENTLY SECURE ◆

We believe that transparency and openness are the best foundation for trust so we are building Padloc completely out in the open. Our source code is developed under an open source licence so anyone can review it, provide feedback and even offer contributions at any time!

◆ BETTER TOGETHER ◆

Want to share your passwords and documents with your family or team members? No problem! Padloc makes it easy to share and manage your sensitive data within your family, business or any other kind of organization.                    

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

ชื่อ Padloc Padloc
ID bjpblhcipjjiobljnniifeoaapgdflnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/padloc/bjpblhcipjjiobljnniifeoaapgdflnc
คำอธิบาย Padloc Browser Extension
ขนาดไฟล์ 4.99 MB
จำนวนการติดตั้ง 1,366
เวอร์ชันปัจจุบัน 4.3.0
อัปเดตครั้งล่าสุด 2023-03-07
วันที่เผยแพร่ 2020-05-30
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา maklesoft
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://padloc.app
URL หน้าช่วยเหลือ https://docs.padloc.app
URL หน้านโยบายความเป็นส่วนตัว https://padlock.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "contextMenus",
        "alarms"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+P",
                "mac": "Command+Shift+P",
                "chromeos": "Ctrl+Shift+P",
                "linux": "Ctrl+Shift+P"
            }
        },
        "open-next": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right"
            },
            "description": "Open Next Vault Item"
        },
        "open-previous": {
            "suggested_key": {
                "default": "Ctrl+Shift+Left"
            },
            "description": "Open Previous Vault Item"
        }
    },
    "version": "4.3.0.9",
    "version_name": "4.3.0",
    "name": "Padloc",
    "description": "Padloc Browser Extension"
}