screenseal

Take court-admissible, timestamped website captures quickly and easily with screenseal

O que é screenseal?

screenseal é uma extensão do Chrome desenvolvida por https://globaleyez.net, e sua principal característica é "Take court-admissible, timestamped website captures quickly and easily with screenseal".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão screenseal

Baixe arquivos de extensão screenseal no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Screenshots with an automatic time stamp and various features for improved workflow

Screenshots with digital timestamp
With screenseal, you can quickly and easily create screenshots of any type of web content,
including a digital timestamp with automatic indication of time, date and URL of the recorded
content in question. A data matrix code is included to access the URL.

screenseal’s digital timestamp comes from an independent source that rules out manipulation.
Screenshots from screenseal are ideal for proof of documents and deadlines (private use) and for
providing evidence in court because they are protected against falsification (commercial use).

screenseal’s basics
Screenseal and the digital time stamp are free to use for personal purposes. A watermark appears on
the screenshots.

Capture options
With screenseal Pro, you have a wide range of setting options and can capture the visible part of a
website, the entire website or even any selection using various key combinations. 

You have the option of capturing web content of several browser tabs at the same time (bulk
screenshots) and also video frames.

NEW FEATURES:
Timestamp Redesign: The timestamp now boasts a sleeker design, taking up less space on the  site while still displaying the time and URL.

Flexible Timestamp Placement: You now have the freedom to position the timestamp at the top, bottom, or center of the page. This allows you to capture crucial content conveniently – place it where it matters most.

Quality and Resolution Selection: A new option lets you choose the quality and resolution of a screenseal. This can be especially helpful when encountering difficulties in capturing a site, providing a solution to overcome such challenges.

screenseal Pro loads dynamic web content before taking the screenshot and disables pop-ups like
cookie disclaimers that would otherwise block your screenshots.

Workflow optimisation
screenseal Pro’s screenshots are automatically saved and grouped in the desired format (PDF, PNG,
JPEG) after capture. screenseal also offers a choice of different formats for the time stamp (ISO,
ANSI, DIN).

Overall, the functions and setting options of screenseal Pro are designed for the optimal execution
and design of work processes.

Payment
If you want to use screenseal Pro then we offer the following options:

Monthly Subscription
20 € per month
Maximum one device
Cancellable on a monthly basis

One-time Payment 6 months
100 €
Maximum two devices

One-time Payment 12 months
200 €
Maximum three devices

Get screenseal pro
Simply go to your screenseal Google Chrome Extension and click on GET SCREENSEAL PRO.

You can quickly and easily select your preferred subscription method and receive your personal
screenseal Pro access thanks to a smooth and secure payment process with Stripe.

If you have any questions about screenseal, please contact us at [email protected] at any time.

The screenseal terms and conditions can be found here:
https://globaleyez.net/screenseal-terms-and-conditions/                    

Informações Básicas da Extensão

Nome screenseal screenseal
ID clliikafhbojeggfjlhcafcjonjkekoj
URL Oficial https://chromewebstore.google.com/detail/screenseal/clliikafhbojeggfjlhcafcjonjkekoj
Descrição Take court-admissible, timestamped website captures quickly and easily with screenseal
Tamanho do Arquivo 1.34 MB
Contagem de Instalações 573
Versão Atual 1.3.6
Última Atualização 2023-12-06
Data de Publicação 2021-11-23
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor https://globaleyez.net
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://globaleyez.net/screenseal/
URL da Página de Ajuda https://globaleyez.net/screenseal-facts/
URL da Página de Política de Privacidade https://globaleyez.net/datenschutzerklaerung
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "screenseal",
    "author": "globaleyez GmbH",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "downloads",
        "webRequest"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "screenseal-logo-white.png",
                "source_code_pro.ttf",
                "source_sans_pro.ttf",
                "preview.html"
            ]
        }
    ],
    "icons": {
        "16": ".\/screenseal-favicon-16.png",
        "32": ".\/screenseal-favicon-32.png",
        "64": ".\/screenseal-favicon-64.png",
        "128": ".\/screenseal-favicon-128.png",
        "256": ".\/screenseal-favicon-256.png",
        "512": ".\/screenseal-favicon-512.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "screenseal.js"
            ]
        }
    ],
    "commands": {
        "capture-whole-page": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Capture the whole page of the currently active tab"
        },
        "capture-visible-part": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "Command+Shift+V"
            },
            "description": "Capture the visible part of the currently active tab"
        },
        "capture-selection": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Capture a selectable part of the currently active tab"
        }
    },
    "version": "1.3.6",
    "description": "Take court-admissible, timestamped website captures quickly and easily with screenseal"
}