PACWeb

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

什麼是PACWeb?

PACWeb是由https://originalmy.com開發的Chrome擴展程式,該擴展的主要功能是“Collect online evidence in a faster, safer and easier way!”。

擴展截圖

screenshot

下載PACWeb擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 PACWeb PACWeb
ID lipchhllklhmehlnknonpkjgaolabkfd
官方網址 https://chromewebstore.google.com/detail/pacweb/lipchhllklhmehlnknonpkjgaolabkfd
簡介 Collect online evidence in a faster, safer and easier way!
檔案大小 5.64 MB
安裝次數 4,000
目前版本 1.5.14 beta
更新時間 2023-09-26
上架時間 2020-04-16
評分 5.00/5 共 5 次評分
開發者 https://originalmy.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://originalmy.com
說明頁面URL https://originalmy.com/contact
隱私政策頁面URL https://originalmy.com/privacy-policy
支援的語言 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",
        ""
    ]
}