Passwords

Generates strong passwords for you.

Passwordsคืออะไร?

Passwords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bettysoft.de และคุณลักษณะหลักของมันคือ "Generates strong passwords for you."

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

screenshot

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

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

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

                        Even today there are people who make use of simple passwords for their important services. The consequence is, that these passwords are easy to crack and hacker have access to the concerned peoples accounts.
The solution for this is "Passwords" - a browser extension for Google Chrome, with which strong 4- to 25-digit passwords can be generated, that are very difficult to crack because they are randomly generated.

When a user registers himself in an online service and needs a strong password, he only has to click on the Passwords symbol and is immediately able to locally generate passwords. The browser extension does not send or receive any data to/from remote servers, so that no generated passwords can be catched.

===============================================================

Changelog:

2.0.1:
 - optimization

2.0.0:
 - new icon
 - HD graphics, design changes
 - stores last password length
 - support for Omnibox

1.2.2: - new languages

1.2.1: - Passwords no longer needs any permissions                    

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

ชื่อ Passwords Passwords
ID afnhkolamimpkongelepgnmidflhcdmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/passwords/afnhkolamimpkongelepgnmidflhcdmh
คำอธิบาย Generates strong passwords for you.
ขนาดไฟล์ 27.6 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2016-09-01
วันที่เผยแพร่ 2016-09-01
ผู้พัฒนา https://bettysoft.de
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.bettysoft.de/passwords/
URL หน้าช่วยเหลือ https://support.bettysoft.de/
URL หน้านโยบายความเป็นส่วนตัว https://www.bettysoft.de/privacy
ภาษาที่รองรับ de,en,fr,nl,no,tr,da,es,it,fi,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Passwords",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "2.0.1",
    "browser_action": {
        "default_icon": "password.png",
        "default_popup": "popup.html"
    },
    "offline_enabled": true,
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "passwords"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "password16.png",
        "48": "password48.png",
        "128": "password128.png"
    },
    "homepage_url": "http:\/\/www.bettysoft.de",
    "short_name": "Passwords"
}