Passify

Password Protect your Google Docs, Sheets, and Slides!

Passifyとは何ですか?

Passifyはhttps://passify.ioによって開発されたChromeの拡張機能で、その主な機能は「Password Protect your Google Docs, Sheets, and Slides!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Passify拡張機能のCRXファイルをダウンロード

Passify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Google Docs, Sheets, and Slides hold some of the world’s most sensitive information, yet there is no easy way to securely share these documents with large groups of people.

Users typically stay logged into their Google accounts, and it can be irritating to have to log out just to briefly lend your computer to a friend or family member.

With this in mind, we created Passify - the easiest and safest way to lock your important documents and share them with your coworkers, family, and friends.

Visit passify.io for more information!                    

拡張機能の基本情報

名前 Passify Passify
ID cnonkgapmofblpkobcagimkjidigjpib
公式URL https://chromewebstore.google.com/detail/passify/cnonkgapmofblpkobcagimkjidigjpib
説明 Password Protect your Google Docs, Sheets, and Slides!
ファイルサイズ 32.29 KB
インストール数 803
現在のバージョン 0.0.2
最終更新日 2020-07-02
公開日 2020-07-02
評価 5.00/5 合計 3 レビュー
開発者 https://passify.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.passify.io
ヘルプページのURL https://www.passify.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Passify",
    "description": "Password Protect your Google Docs, Sheets, and Slides!",
    "version": "0.0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "extension.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Passify - Password Protect your Google Docs, Sheets, and Slides.",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "windows",
        "*:\/\/*.passify.io\/*",
        "*:\/\/*.google.com\/*"
    ]
}