PACWeb

Collect online evidence in a faster, safer and easier way!

Was ist PACWeb?

PACWeb ist eine Chrome-Erweiterung, die von https://originalmy.com entwickelt wurde, und ihr Hauptmerkmal ist "Collect online evidence in a faster, safer and easier way!".

Erweiterungsscreenshots

screenshot

PACWeb-Erweiterungs-CRX-Datei herunterladen

Laden Sie PACWeb-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Defamation, bullying, fake news or others?
Download our plugin for free on a Chrome browser and collect evidence at any time, anywhere.

The solution Proof of Authenticity for Web Content makes a full copy of the content being viewed on your browser and automatically generates a report proving its existence. It is possible to register the authenticity of content published on the web, be it on websites, blogs, social media platforms or portals. Additionally, from the report, a hash - a unique and exclusive code - is calculated, which identifies your document on our website.  

For that, we use the most advanced technology: the blockchain. With a register on blockchain, it is possible to prove that the evidence was not modified, with the content being preserved even if the original publication is deleted. It has also an additional lawyer of protection with the timestamp, which indicates the precise date and time that the evidence was collected. 

RECOMMENDATIONS:

- The plugin can only be installed on Chrome browser. After the installation, we recommend that you reload the browser or the tabs with the content you want to collect.

- In the case of social media, try to use the link to the specific post.

- To use the plugin, simply click on the extension icon, which can be found on the top right corner of your browser.


ATTENTION: Some plugins might try to prevent PACWeb from running, so we suggest that you DEACTIVATE all the extensions on your browser before using it. Check also the LANGUAGE OF YOUR BROWSER to make sure that the report is generated in the language you need.
The report generated by our plugin will only have LEGAL VALIDITY if certified on our platform.


- After collecting the content, a PDF file is generated, which will be automatically downloaded to your computer, and from which a hash is calculated on the OriginalMy website.

- In order for the PDF to be valid as proof of authenticity, it is necessary to certify its hash on blockchain or authenticate the copy of the web page at the notary. Both can be done through our platform, with administrative fees to be paid. 

- In the case of Notarial Authentication, the content collected must be public so that it can be accessed by the notary. Please note that this is valid only in Brazil.

- After payment, you can go to the OriginalMy website and submit the PDF file to check the certification status.

This tool is intended as a mechanism to collect additional evidence for court proceedings. Its legal validity is assured in Brazil, so please refer to your lawyer to inquire about the validity in your country. 

OriginalMy is a platform for the authenticity of files and documents, people and signatures, connected to four public blockchains: Bitcoin, Ethereum, Ethereum Classic and DeCred.                    

Grundlegende Informationen zur Erweiterung

Name PACWeb PACWeb
ID lipchhllklhmehlnknonpkjgaolabkfd
Offizielle URL https://chromewebstore.google.com/detail/pacweb/lipchhllklhmehlnknonpkjgaolabkfd
Beschreibung Collect online evidence in a faster, safer and easier way!
Dateigröße 5.64 MB
Installationsanzahl 4,000
Aktuelle Version 1.5.14 beta
Letztes Update 2023-09-26
Veröffentlichungsdatum 2020-04-16
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://originalmy.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://originalmy.com
Hilfeseite URL https://originalmy.com/contact
URL der Datenschutzrichtlinien-Seite https://originalmy.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.5.14",
    "version_name": "1.5.14 beta",
    "description": "__MSG_appDesc__",
    "author": "OriginalMy.com",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Preservar p\u00e1gina"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "36": "icon\/icon36.png",
        "48": "icon\/icon48.png",
        "96": "icon\/icon96.png",
        "128": "icon\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "management",
        "storage",
        "activeTab",
        "notifications",
        "identity",
        "tabCapture",
        "gcm",
        ""
    ]
}