Passwork Auto Logon

Password manager for companies

Passwork Auto Logon là gì?

Passwork Auto Logon là một tiện ích mở rộng Chrome được phát triển bởi https://passwork.me, và tính năng chính của nó là "Password manager for companies".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Passwork Auto Logon

Tải xuống các tệp mở rộng Passwork Auto Logon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Passwork Auto Logon Passwork Auto Logon
ID ipajmhlcmempmnedocmbalcbbmhgheca
URL Chính Thức https://chromewebstore.google.com/detail/passwork-auto-logon/ipajmhlcmempmnedocmbalcbbmhgheca
Mô tả Password manager for companies
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 11,646
Phiên Bản Hiện Tại 0.6.1
Cập Nhật Lần Cuối 2020-10-28
Ngày Phát Hành 2019-11-21
Đánh Giá 2.83/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://passwork.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://passwork.me
URL Trang Trợ Giúp https://passwork.me/help
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}