Passwork Self-Hosted

One-click authorization on sites with convenient search, add and generate functions

Qu'est-ce que Passwork Self-Hosted ?

Passwork Self-Hosted est une extension Chrome développée par https://passwork.pro, et sa fonction principale est "One-click authorization on sites with convenient search, add and generate functions".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Passwork Self-Hosted

Téléchargez les fichiers d'extension Passwork Self-Hosted au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A password manager for business. Passwork makes dealing with corporate passwords easy. Employees can quickly find the right passwords, with all of the data safely stored on your server, while user rights, actions and changes are all managed by the administrator.                    

Informations de Base sur l'Extension

Nom Passwork Self-Hosted Passwork Self-Hosted
ID ibiipnmmlnehmeonnhbdajcfagcgihkl
URL Officiel https://chromewebstore.google.com/detail/passwork-self-hosted/ibiipnmmlnehmeonnhbdajcfagcgihkl
Description One-click authorization on sites with convenient search, add and generate functions
Taille du Fichier 1.87 MB
Nombre d'Installations 10,000
Version Actuelle 2.0.11
Dernière Mise à Jour 2024-02-18
Date de Publication 2021-06-10
Évaluation 3.96/5 Total 24 Évaluations
Développeur https://passwork.pro
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://passwork.pro/
URL de la Page d'Aide https://passwork.pro/help
Langues Prises en Charge de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.0.11",
    "homepage_url": "https:\/\/passwork.pro",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "contextMenus",
        "clipboardWrite",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "iframeAuth.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/MuseoSansCyrl_300.otf",
                "fonts\/MuseoSansCyrl_500.otf",
                "fonts\/MuseoSansCyrl_700.otf",
                "img\/gray-x-mark-icon-2.svg",
                "img\/chevron-down.svg",
                "img\/triangle.svg",
                "img\/search-icon.svg",
                "img\/check-circle_green.svg",
                "img\/password-enter-icon.svg",
                "img\/blue-folder-icon.svg",
                "img\/gray-folder-icon.svg",
                "img\/shortcutIconBlack.svg",
                "img\/shortcutIconRed.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Passwork",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    }
}