Passwork Auto Logon

Password manager for companies

Apa itu Passwork Auto Logon?

Passwork Auto Logon adalah ekstensi Chrome yang dikembangkan oleh https://passwork.me, dan fitur utamanya adalah "Password manager for companies".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Passwork Auto Logon

Unduh file ekstensi Passwork Auto Logon 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

                        Team Password Manager For Your Business.
Passwork makes corporate passwords easy. All of the data is stored safely, employees will quickly be able to find the right passwords.
The administrator manages user rights and keeps track of all actions and changes.                    

Informasi Dasar Ekstensi

Nama Passwork Auto Logon Passwork Auto Logon
ID ipajmhlcmempmnedocmbalcbbmhgheca
URL Resmi https://chromewebstore.google.com/detail/passwork-auto-logon/ipajmhlcmempmnedocmbalcbbmhgheca
Deskripsi Password manager for companies
Ukuran File 159 KB
Jumlah Instalasi 11,646
Versi Saat Ini 0.6.1
Terakhir Diperbarui 2020-10-28
Tanggal Publikasi 2019-11-21
Penilaian 2.83/5 Total 18 Penilaian
Pengembang https://passwork.me
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://passwork.me
URL Halaman Bantuan https://passwork.me/help
Bahasa yang Didukung en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Passwork Auto Logon",
    "homepage_url": "https:\/\/passwork.me",
    "description": "Password manager for companies",
    "version": "0.6.1",
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/*",
        "storage",
        "contextMenus",
        "cookies"
    ],
    "short_name": "Passwork",
    "optional_permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Passwork",
        "default_icon": "icon.png",
        "default_popup": "www\/index.html"
    },
    "web_accessible_resources": [
        "www\/settings.html",
        "www\/formnotfound.html",
        "content.js",
        "own.js",
        "loader\/loader.html",
        "loader\/loader.js"
    ]
}