Padloc

Padloc Browser Extension

Padloc란 무엇입니까?

Padloc은(는) maklesoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Padloc Browser Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Padloc 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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