Cyclonis Password Manager

Cyclonis Password Manager browser extension

Apa itu Cyclonis Password Manager?

Cyclonis Password Manager adalah ekstensi Chrome yang dikembangkan oleh https://www.cyclonis.com, dan fitur utamanya adalah "Cyclonis Password Manager browser extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Cyclonis Password Manager

Unduh file ekstensi Cyclonis Password Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Organize and manage all your passwords. Store them in your vault, which is encrypted with a recognized encryption standard – AES-256. Don't wait. Get started today! Enjoy the peace of mind of never worrying about remembering your many passwords.

IMPORTANT: This extension will only work if you have the Cyclonis Password Manager desktop application already installed on your computer. You may download the desktop application at www.cyclonis.com.
 
Using just a single password for multiple online accounts? Is keeping track of your many passwords an impossible task? With Cyclonis Password Manager, you can manage, organize and control all your passwords in one central place. Cyclonis Password Manager stores your data in a personal vault, that is encrypted with AES-256 bit, an encryption algorithm used by governments, financial institutions, and in military applications. 

Cyclonis Password Manager encrypts your vault using your master password. Your master password is for your eyes only – your data cannot even be accessed by Cyclonis staff or servers as we never transmit or store your master password.

Signing up to a new social media website? This means that you should create a new and unique password. Let Cyclonis Password Manager take care of this tedious process for you. Using Cyclonis Password Manager’s password generator, you can create complex passwords that are designed to help avert the most popular password-cracking methods. Of course, no password, no matter how complex, can be 100% guaranteed against being compromised. Best of all, you can save your new social media account’s login details to your Cyclonis Password Manager vault, accessible directly from your web browser. The next time you visit that social media website, Cyclonis Password Manager’s browser extension can auto-fill your username and password, and even log you in automatically.

There's no point in having your data consolidated if you can't easily access it. This is where the Cyclonis Password Manager browser extension comes in. It automatically connects to the Cyclonis Password Manager desktop application and enters your login details for you for each website that you have stored in your vault, saving you time and the frustration of having to manually type your login details. Just navigate to the website and let Cyclonis Password Manager’s browser extension automatically fill in the username and password fields. It can even be configured to log you in automatically by activating the “Sign in” button. There’s no typing, no copying, and no pasting. 

Cyclonis Password Manager doesn’t just store usernames and passwords. You can also store and manage your payment and personal profile information in the Cyclonis Password Manager encrypted vault. You'll be able to use Cyclonis Password Manager’s convenient auto-fill features to move through checkout pages and registration forms more quickly. 
 
Cyclonis Password Manager stores your data in your personal encrypted vault. Your vault is encrypted with AES-256 bit encryption, as used by military & government organizations worldwide. Only your master password can unlock your vault. Significantly, your Cyclonis Password Manager master password is never even transmitted to Cyclonis staff or servers. As a result, we have no access to your decrypted data, and we have no way to reset or recover your master password. If you forget your master password, Cyclonis Password Manager cannot decrypt your data and cannot restore access to your passwords or any other data stored in your vault. Make sure you don't lose or forget your master password. 

Key Features: 

- View, add, edit, delete, and manage your passwords from a searchable vault.
- Use your passwords in multiple browsers on multiple devices.
- Search your vault and navigate to your favorite websites with just a few clicks.
- Log in to your favorite websites automatically. 
- Option to enable two-factor authentication (2FA) for your Cyclonis Password Manager account.
- The Cyclonis Password Manager Password Generator helps you create complex passwords and update your website accounts.
- The Cyclonis Password Manager Password Analyzer checks the complexity and strength of your website account passwords.
-  Integrates with your browser to enable you to store your usernames and passwords to your Cyclonis Password Manager vault with a few clicks.
- Automatically fill in long registration forms and checkout pages with the profile data that you have stored in your vault.
- Import your website account usernames and passwords from other password managers.
- View and edit your website accounts, Private Notes, personal profiles, ID documents, credit card details, bank account information and other sensitive data.

Download Cyclonis Password Manager for Chrome, Firefox, Microsoft Edge and Opera at www.cyclonis.com.                    

Informasi Dasar Ekstensi

Nama Cyclonis Password Manager Cyclonis Password Manager
ID pnfpeedickdijmfpfcdgcofpoemmdpgi
URL Resmi https://chromewebstore.google.com/detail/cyclonis-password-manager/pnfpeedickdijmfpfcdgcofpoemmdpgi
Deskripsi Cyclonis Password Manager browser extension
Ukuran File 2.01 MB
Jumlah Instalasi 2,055
Versi Saat Ini 2.1.3
Terakhir Diperbarui 2021-10-21
Tanggal Publikasi 2020-05-28
Penilaian 4.24/5 Total 17 Penilaian
Pengembang https://www.cyclonis.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.cyclonis.com/products/password-manager/
URL Halaman Bantuan https://www.cyclonis.com/support/
URL Halaman Kebijakan Privasi https://www.cyclonis.com/privacy-policy
Bahasa yang Didukung id,de,en,fr,nl,no,tr,da,es,hr,it,lt,hu,pl,pt-BR,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyclonis Password Manager",
    "author": "Cyclonis Limited",
    "default_locale": "en",
    "description": "Cyclonis Password Manager browser extension",
    "version": "2.1.3",
    "homepage_url": "https:\/\/www.cyclonis.com",
    "icons": {
        "128": "images\/logo-blue128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*:\/\/www.google.*\/*sourceid=chrome-instant*",
                "*:\/\/*.google.*\/_\/chrome\/newtab?*",
                "*:\/\/www.google.*\/blank.html*"
            ],
            "exclude_matches": [
                "*:\/\/googleads.g.doubleclick.net\/pagead\/ads*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/www.facebook.com\/plugins\/*",
                "*:\/\/googleads.g.doubleclick.net\/*",
                "*:\/\/plusone.google.com\/u\/_\/notifications\/*",
                "*:\/\/plus.google.com\/u\/0\/_\/notifications\/*",
                "*:\/\/plusone.google.com\/_\/+1\/*",
                "*:\/\/cm.g.double.click.net\/*",
                "*:\/\/staticxx.facebook.com\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ]
        }
    ],
    "content_security_policy": "default-src 'self'; img-src 'self' data: *; connect-src ws:\/\/127.0.0.1:49267 ws:\/\/127.0.0.1:51111 ws:\/\/127.0.0.1:55555 ws:\/\/127.0.0.1:58888  ws:\/\/127.0.0.1:62222",
    "web_accessible_resources": [
        "views\/dialog.html",
        "views\/tooltip.html",
        "styles\/*.css",
        "images\/*"
    ],
    "background": {
        "page": "views\/global.html"
    },
    "browser_action": {
        "default_title": "Cyclonis Password Manager",
        "default_popup": "views\/popup.html",
        "default_icon": {
            "16": "images\/logo-grey16.png",
            "24": "images\/logo-grey24.png",
            "32": "images\/logo-grey32.png",
            "48": "images\/logo-grey48.png",
            "128": "images\/logo-grey128.png"
        }
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "contextMenus",
        "privacy"
    ]
}