RoboForm Password Manager

RoboForm Password Manager makes your life easier by remembering passwords and logging you into websites automatically

RoboForm Password Managerคืออะไร?

RoboForm Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.roboform.com และคุณลักษณะหลักของมันคือ "RoboForm Password Manager makes your life easier by remembering passwords and logging you into websites automatically"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple and seamless password manager for all your devices.
Want an easier way to log in and securely manage your passwords? Add RoboForm to your browser and log in with just one click.
Get started in seconds. RoboForm will offer to save your passwords as you enter them.

🌎 Works on all devices and browsers
RoboForm works on any browser, not just Chrome. And it works on any device, including iOS and Android.

⏩ One click is better than five
Just one click on a RoboForm Login will take you to the website sign-in page, fill your credentials, and hit the submit button on any device.

✔️ Intuitive and easy to use
Manage your passwords from our intuitive and easy to use browser extension and web editor.

🔒 Zero-knowledge security
Only you can access your data. Your passwords are encrypted with your own secret key—the RoboForm Master Password which you create. We use AES256 bit encryption with PBKDF2 SHA256. All encryption/decryption happens on your local device. Your Master Password is never transmitted to our server.

⬆️ Import from Chrome or another password manager
Already have your passwords saved elsewhere. We make it easy to import from just about anywhere. 

➕ Additional features
Secure sharing of passwords, use RoboForm as a TOTP authenticator, get emergency access for a trusted contact, and save and AutoFill any online form. 
🖥️ Install our optional desktop app to get offline access, stay signed in on all installed browsers, support for biometrics like Windows Hello and TouchID, as well as logging in to Windows applications.

⏱️ 24/7 support
We offer chat, phone, and 24/7 email support.                    

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

ชื่อ RoboForm Password Manager RoboForm Password Manager
ID pnlccmojcmeohlpggmfnbbiapkmbliob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roboform-password-manager/pnlccmojcmeohlpggmfnbbiapkmbliob
คำอธิบาย RoboForm Password Manager makes your life easier by remembering passwords and logging you into websites automatically
ขนาดไฟล์ 5 MB
จำนวนการติดตั้ง 665,350
เวอร์ชันปัจจุบัน 9.5.7.1
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2020-05-14
คะแนน 4.49/5 รวมทั้งหมด 3043 คะแนน
ผู้พัฒนา https://www.roboform.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.roboform.com
URL หน้าช่วยเหลือ https://www.roboform.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.roboform.com/privacy-policy
ภาษาที่รองรับ id,de,en,fr,nl,no,tr,da,es,hr,it,lt,hu,pl,pt-BR,pt-PT,sk,sl,fi,sv,cs,el,sr,ru,uk,iw,fa,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "RoboForm",
    "version": "9.5.7.1",
    "name": "__MSG_BEM_FullName__",
    "description": "__MSG_BEM_Description__",
    "homepage_url": "http:\/\/www.roboform.com",
    "permissions": [
        "storage",
        "tabs",
        "privacy",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "nativeMessaging",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/favicon\/",
        "contextMenus",
        "gcm"
    ],
    "optional_permissions": [
        "",
        "bookmarks",
        "topSites"
    ],
    "default_locale": "en",
    "icons": {
        "16": "robo16.png",
        "32": "robo32.png",
        "48": "robo48.png",
        "128": "robo128.png"
    },
    "browser_action": {
        "default_icon": "rfdis16.png",
        "default_title": "RoboForm",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "0.js",
            "1.js",
            "main.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "0.js",
                "1.js",
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "password-generator.html",
        "rename-item.html",
        "save-forms.html"
    ]
}