Privily

Protect Your Privacy

Privily क्या है?

Privily pramod द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect Your Privacy"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Privily एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}