vPass

Make your online accounts secure without having to remember hundreds of passwords. Visit https://www.vpass.info for more info.

vPass क्या है?

vPass https://www.vpass.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your online accounts secure without having to remember hundreds of passwords. Visit https://www.vpass.info for more info."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में vPass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ** Only remember one password
Using one password for all accounts is terribly risky. Remembering unique password for each account is impossible. vPass is the solution: you only need to remember master password, and vPass generates unique password for services you use. Read more.

** Secure by default
vPass generates mix of numbers and letters (by default 12 characters long) which are virtually impossible to brute-force.

** Only takes a couple of key strokes
vPass is very keyboard-friendly. Open web-page, focus on  a password field, open vPass, enter master password, hit Enter, done!

** Your master password does not leave your device
There is  no data transfer between your browser and vPass server. It's 100% client-side. You can even host vPass yourself, for ultimate security.

** Works on any platform with web browser
Windows, Mac OS X, Linux, Android, iOS, Windows Phone, webOS, and any future OS too.

** Works for any service, not only web
You can generate password no just for web service, but for anything that can be referred to  as "username". I actually use it  to secure passwords for Linux users such as "root", "www", etc.                    

एक्सटेंशन की मूल जानकारी

नाम vPass vPass
ID abadcojegfgglajifpanpaccmmiefoid
आधिकारिक URL https://chromewebstore.google.com/detail/vpass/abadcojegfgglajifpanpaccmmiefoid
विवरण Make your online accounts secure without having to remember hundreds of passwords. Visit https://www.vpass.info for more info.
फ़ाइल का आकार 30.1 KB
स्थापना संख्या 93
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-02-09
प्रकाशन तिथि 2013-02-09
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.vpass.info
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://responsive-buddy.vlad.studio/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "vPass",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Make your online accounts secure without having to remember hundreds of passwords. Visit https:\/\/www.vpass.info for more info.",
    "browser_action": {
        "default_title": "vPass",
        "default_icon": "32.png",
        "default_popup": "vpass.html"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}