WinchPass

Bridge your iCloud Keychain to Windows.

WinchPassคืออะไร?

WinchPass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://winchpass.com และคุณลักษณะหลักของมันคือ "Bridge your iCloud Keychain to Windows."

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

screenshot

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

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

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

                        Use your iPhone to fill out passwords on your PC.

This extension is intended for users of iCloud Keychain that have a Windows PC.
It fills out passwords automatically and doesn't keep any data.
It uses one-time pad encryption and QR codes to link your phone to Chrome.
Once the password is filled, the encryption key is discarded and cannot be reused.                    

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

ชื่อ WinchPass WinchPass
ID kalncabcefgchiphkgoiiglapkoopeal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/winchpass/kalncabcefgchiphkgoiiglapkoopeal
คำอธิบาย Bridge your iCloud Keychain to Windows.
ขนาดไฟล์ 40.36 KB
จำนวนการติดตั้ง 969
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2021-03-04
วันที่เผยแพร่ 2020-05-24
คะแนน 3.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://winchpass.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://winchpass.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Bridge your iCloud Keychain to Windows.",
    "manifest_version": 2,
    "name": "WinchPass",
    "version": "1.0.8",
    "homepage_url": "https:\/\/winchpass.com\/",
    "icons": {
        "64": "icons\/logo-64.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "dist\/i18n\/*.json"
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": "icons\/logo-32.png",
        "default_title": "WinchPass (Ctrl+Shift+L)",
        "default_popup": "popup.html"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0"
        }
    }
}