PWPush

Adds an option in right click menu for PwPush.

Τι είναι το PWPush;

Το PWPush είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DanishDin, και η κύρια λειτουργία του είναι "Adds an option in right click menu for PwPush.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης PWPush

Λήψη αρχείων επέκτασης PWPush σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Easily be able to generate a PWPush link from highlighted text.

1 . Highlight Text
2. Right Click
3. Select PWPush
4. The link will be added to your clipboard

What is PWPush
Password Pusher exists as a better alternative to emailing passwords.

Emailing passwords is inherently insecure. The greatest risks include:

Emailed passwords are usually sent with context to what they go to or can potentially be derived from email username, domain etc…
Email is inherently insecure and can be intercepted at multiple points by malicious entitities.
Emailed passwords live in perpetuity (read: forever) in email archives.
Passwords in email can be retrieved and used later on if an email account is stolen, cracked etc..
The same risks persist when sending passwords via SMS, WhatsApp, Telegram, Chat etc… The data can and is often perpetual and out of your control.

By using Password Pusher, you bypass all of this.

For each password posted to Password Pusher, a unique URL is generated that only you will know. Additionally, passwords expire after a predefined set of views are hit or time passed. Once expired, passwords are unequivocally deleted.

If that sounds interesting to you, try it out or see the other frequently asked questions below.



This is a unofficial extension, please support the official PWPush here: https://pwpush.com/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PWPush PWPush
ID oplnmdcnfhjkhmcdgfcfinmkeeiajoga
Επίσημο URL https://chrome.google.com/webstore/detail/oplnmdcnfhjkhmcdgfcfinmkeeiajoga
Περιγραφή Adds an option in right click menu for PwPush.
Μέγεθος Αρχείου 184 KB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-01-21
Ημερομηνία Δημοσίευσης 2021-12-21
Προγραμματιστής DanishDin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PWPush",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Adds an option in right click menu for PwPush.",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_title": "PWPush: Send passwords securely",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/options.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "homepage_url": "https:\/\/pwpush.com\/",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/main.js"
    }
}