screenseal

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

Co je screenseal?

screenseal je rozšíření Chrome vyvinuté https://globaleyez.net, a jeho hlavní funkcí je „Take court-admissible, timestamped website captures quickly and easily with screenseal“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření screenseal

Stáhněte si soubory rozšíření screenseal ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název screenseal screenseal
ID clliikafhbojeggfjlhcafcjonjkekoj
Oficiální URL https://chromewebstore.google.com/detail/screenseal/clliikafhbojeggfjlhcafcjonjkekoj
Popis Take court-admissible, timestamped website captures quickly and easily with screenseal
Velikost souboru 1.34 MB
Počet instalací 573
Aktuální Verze 1.3.6
Poslední Aktualizace 2023-12-06
Datum Vydání 2021-11-23
Hodnocení 4.75/5 Celkem 8 Hodnocení
Vývojář https://globaleyez.net
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://globaleyez.net/screenseal/
URL Stránky Nápovědy https://globaleyez.net/screenseal-facts/
URL Stránky Zásad Ochrany Soukromí https://globaleyez.net/datenschutzerklaerung
Podporované Jazyky 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"
}