PassTransfer - GDPR Proof
Share passwords securely
PassTransfer - GDPR Proof क्या है?
PassTransfer - GDPR Proof https://passtransfer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share passwords securely"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PassTransfer - GDPR Proof एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Share passwords securely Sharing a password with someone often is done by pasting or writing it into an email or WhatsApp. Passwords remain in your mail or WhatsApp, which isn’t secure. We think this is an issue. With PassTransfer you can share your passwords securely, simple and efficient Simple and efficient Send the receiver a unique link with the encrypted non-visible pasword via mail, Slack or WhatsApp You can use your own password or let PassTransfer generate a secure password for you.
एक्सटेंशन की मूल जानकारी
नाम | PassTransfer - GDPR Proof |
ID | ononoplggioejkhmbpgpjanapelcpmbp |
आधिकारिक URL | https://chromewebstore.google.com/detail/passtransfer-gdpr-proof/ononoplggioejkhmbpgpjanapelcpmbp |
विवरण | Share passwords securely |
फ़ाइल का आकार | 1.85 MB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2021-05-20 |
प्रकाशन तिथि | 2019-07-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://passtransfer.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://passtransfer.com |
सहायता पृष्ठ URL | https://passtransfer.com |
गोपनीयता नीति पृष्ठ URL | https://kobaltdigital.nl/privacy-statement |
समर्थित भाषाएँ | en |
manifest.json | |
{ "author": "Kobalt Digital B.V.", "manifest_version": 2, "name": "PassTransfer - GDPR Proof", "description": "Share passwords securely", "version": "1.1.2", "browser_action": { "default_popup": "popup.html", "default_icon": { "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "PassTransfer - GDPR Proof" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/app.css" ], "exclude_globs": [ "*:\/\/ad.*\/*", "*:\/\/ad0.*\/*", "*:\/\/ad1.*\/*", "*:\/\/ad2.*\/*", "*:\/\/ad3.*\/*", "*:\/\/ad4.*\/*", "*:\/\/ad5.*\/*", "*:\/\/ad6.*\/*", "*:\/\/ad7.*\/*", "*:\/\/ad8.*\/*", "*:\/\/ad9.*\/*", "*:\/\/ads?.*\/*", "*:\/\/adserver*.*\/*", "*:\/\/*\/*adframe*", "*:\/\/tag.admeld*.*\/*", "*:\/\/*.atdmt.com\/*", "*:\/\/*.doubleclick.*\/*", "*:\/\/*.ak.fbcdn.net\/*", "*:\/\/plusone.google.com\/*", "*:\/\/platform.twitter.com\/widgets\/*", "*:\/\/*.facebook.com\/widgets\/*", "*:\/\/*.facebook.com\/plugins\/*", "*:\/\/*.facebook.com\/extern\/*", "*:\/\/stats.complex.com\/*", "*:\/\/*.addthis.com\/static\/*", "*:\/\/vitamine.networldmedia.net\/*", "*:\/\/api.tweetmeme.com\/*", "*:\/\/*.atwola.com\/*", "*:\/\/engine.adzerk.net\/*", "*:\/\/*.stumbleupon.com\/badge\/*", "*:\/\/*.bizographics.com\/collect\/*" ], "js": [ "js\/app.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/passtransfer.com", "icons": { "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "short_name": "PassTransfer - GDPR Proof", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |