BastionPass

Intuitive Password Management to Simplify Your Life

BastionPassคืออะไร?

BastionPass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bastionpass.com และคุณลักษณะหลักของมันคือ "Intuitive Password Management to Simplify Your Life"

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

screenshot
screenshot
screenshot

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

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

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

                        BastionPass is a powerful, secure password management for private or collaborative organizations.

Never again forget a password. BastionPass securely manages your personal passwords to websites and allows you to create secure, shared safes for a collaborative password management experience with your colleagues. Our intuitive user interface also allows you to create folders within safes to help further organize your complex password management needs.

FEATURES:
- Industry-leading security and encryption
- Private password safes for personal password management
- Shared password safes for collaborative environments
- Proxy email system allows you to organize inbound email or use within your QA/testing software development process

USE BASTIONPASS TO:
- Manage your personal passwords to any website
- Create secure, shared safes which you can share with team members
- Group your personal or shared logins into folders
- Create a proxy email address to organize inbound email or use with test scripts

WHO USES BASTIONPASS PASSWORD MANAGER?
- Large and small companies with collaborative password management needs
- Software testers and engineers
- Web design firms who service multiple clients and projects
- Accountants, consultants, or project managers who service multiple clients
- People like YOU who simply need to organize and manage their personal passwords

Privacy Policy: https://static.bastionpass.com/legal/privacy-policy.html

BastionPass - Simplify Your Digital Life
www.BastionPass.com                    

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

ชื่อ BastionPass BastionPass
ID jaiamhdbelpemdlhepidiehkmpkkahkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bastionpass/jaiamhdbelpemdlhepidiehkmpkkahkn
คำอธิบาย Intuitive Password Management to Simplify Your Life
ขนาดไฟล์ 6.76 MB
จำนวนการติดตั้ง 184
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2021-03-19
วันที่เผยแพร่ 2020-10-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://bastionpass.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bastionpass.com/
URL หน้าช่วยเหลือ https://bastionpass.zendesk.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://static.bastionpass.com/legal/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BastionPass",
    "short_name": "BastionPass",
    "description": "Intuitive Password Management to Simplify Your Life",
    "icons": {
        "48": "48x48.png",
        "64": "64x64.png",
        "128": "128x128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "57.0"
        }
    },
    "devtools_page": "devtools.html",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "BastionPass.com",
        "default_popup": "popup.html?popup=true",
        "default_icon": "extension_icon_non_authorized.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "zxcvbn.js",
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/stage.bpdevs.com\/*",
            "https:\/\/app.bpdevs.com\/*",
            "http:\/\/localhost:8080\/*",
            "https:\/\/app.bastionpass.com\/*",
            "https:\/\/app-beta.bastionpass.com\/*"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "privacy",
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+B",
                "mac": "Alt+B",
                "chromeos": "Alt+B",
                "linux": "Alt+B"
            }
        }
    },
    "web_accessible_resources": [
        "background.js.map",
        "popup.js.map",
        "webui.js.map",
        "auto-tests.html",
        "popup.html",
        "zxcvbn.js",
        "webui.html",
        "devtools.css",
        "popup.css",
        "webui.css",
        "*.png",
        "*.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/analytics.bastionpass.com\/matomo.js 'unsafe-eval'; object-src 'self';",
    "version": "1.5.1"
}