SaveTheProof

SaveTheProof's Chrome Extension. More info on https://www.savetheproof.com

Τι είναι το SaveTheProof;

Το SaveTheProof είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον savetheproof, και η κύρια λειτουργία του είναι "SaveTheProof's Chrome Extension. More info on https://www.savetheproof.com".

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

screenshot

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

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

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

                        What is SaveTheProof?

SaveTheProof is an online platform that allows its users to certify the content of any web page (public or private) and any other file. The website can be a social network, a video, your private banking area, a company’s website, a forum, …

We currently live in a time where our daily life revolves around the mobile phone, computer, tablet … The way we interact with people has included an electronic component that seems impossible to get rid of. We expose ourselves to the world on social networks, we look for partners in mobile dating apps, we buy, we sell, we play …

Technology has allowed any of us to publish content on the Internet whic is accessible in milliseconds on the other side of the planet. That versatility and immediacy has allowed people to get the best, but also the worst. If we add to this that the Internet is a volatile medium, we find ourselves in an environment where, almost with the same ease, the content that is published can be modified or even deleted, and often without leaving a trace.

Savetheproof aims to provide certainty and security by allowing its users to certify instantly, easily and, above all, with legal validity, the content of web pages and files.


What is this extension for?

The aim of this extension is to make easier the capture process of digital evidence. When you are on a site whose content must be certified by SaveTheProof, just click on the extension and you will be automatically redirected to the SaveTheProof's platform to complete the certification process.

Don't hesitate to contact us by email or chat if you have any questions. 

https://www.savetheproof.com                    

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

Όνομα SaveTheProof SaveTheProof
ID khghdkjckkcgcgnlngpnbfpfgjpjolah
Επίσημο URL https://chromewebstore.google.com/detail/savetheproof/khghdkjckkcgcgnlngpnbfpfgjpjolah
Περιγραφή SaveTheProof's Chrome Extension. More info on https://www.savetheproof.com
Μέγεθος Αρχείου 11.24 KB
Αριθμός Εγκαταστάσεων 68
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2021-04-08
Ημερομηνία Δημοσίευσης 2020-04-17
Προγραμματιστής savetheproof
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.savetheproof.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.savetheproof.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SaveTheProof",
    "description": "SaveTheProof's Chrome Extension. More info on https:\/\/www.savetheproof.com",
    "version": "1.1.0",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "https:\/\/secure.savetheproof.com\/*"
    ],
    "web_accessible_resources": [
        "popup.js"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Certify with SaveTheProof.com",
        "default_popup": "popup.html"
    }
}