PassTransfer - GDPR Proof
Share passwords securely
Wat is PassTransfer - GDPR Proof?
PassTransfer - GDPR Proof is een Chrome-extensie ontwikkeld door https://passtransfer.com, en de belangrijkste functie is "Share passwords securely".
Extensie Screenshots
Download het CRX-bestand van de extensie PassTransfer - GDPR Proof
Download PassTransfer - GDPR Proof-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | PassTransfer - GDPR Proof |
ID | ononoplggioejkhmbpgpjanapelcpmbp |
Officiële URL | https://chromewebstore.google.com/detail/passtransfer-gdpr-proof/ononoplggioejkhmbpgpjanapelcpmbp |
Beschrijving | Share passwords securely |
Bestandsgrootte | 1.85 MB |
Aantal Installaties | 33 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2021-05-20 |
Publicatiedatum | 2019-07-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://passtransfer.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://passtransfer.com |
Help Pagina-URL | https://passtransfer.com |
URL van de Privacybeleid Pagina | https://kobaltdigital.nl/privacy-statement |
Ondersteunde Talen | 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" } |