Privily

Protect Your Privacy

Privilyとは何ですか?

Privilyはpramodによって開発されたChromeの拡張機能で、その主な機能は「Protect Your Privacy」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Privily by unifiai is a generative AI based tool that can identify ,highlight and encrypt any personal or sensitive information in gmail. 

Many of us unknowingly put personal or sensitive information ( like mobile number,email, Social security number etc) in gmail or any other document and accidently expose that information to wrong people. 
Privily protects us from all such incidents. 

To use Privily by unifiai- simply install the extension from the Chrome Web Store. Once you have installed it, you need to create your credentials once on our platform.
Post that you can use this tool any number of times free of cost. We do not store any of your personal data at our end. All the data is stored temporarily in cache and removed on a real time basis.

you can use it to encrypt sensitive information that you type into the compose window of Gmail. 
This can help you protect your personal information and keep your emails private, even if they are intercepted by hackers or other unauthorised users.

A company can use this tool to identify any policy violations & control . For example,if your company does not want to share customer’s sensitive information etc in any email communications as per their employee policy. 
Using this tool, companies can ensure the same.at every violation, the extension will also highlight the policy that is getting violated along with the link of that policy.                    

拡張機能の基本情報

名前 Privily Privily
ID ckgpondnkhpodegigclccglbdflgmmld
公式URL https://chromewebstore.google.com/detail/privily/ckgpondnkhpodegigclccglbdflgmmld
説明 Protect Your Privacy
ファイルサイズ 27.23 KB
インストール数 10,021
現在のバージョン 2.0.1
最終更新日 2023-04-16
公開日 2023-01-08
評価 5.00/5 合計 48 レビュー
開発者 pramod
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.unifi.ai
プライバシーポリシーページのURL https://sites.google.com/view/privily/home
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Privily",
    "version": "2.0.1",
    "description": "Protect Your Privacy",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}