PassTransfer - GDPR Proof

Share passwords securely

什麼是PassTransfer - GDPR Proof?

PassTransfer - GDPR Proof是由https://passtransfer.com開發的Chrome擴展程式,該擴展的主要功能是“Share passwords securely”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PassTransfer - GDPR Proof擴展crx文件

下載PassTransfer - GDPR Proof擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 PassTransfer - GDPR Proof
ID ononoplggioejkhmbpgpjanapelcpmbp
官方網址 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"
}