screenseal

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

Что такое screenseal?

screenseal - это расширение Chrome, разработанное https://globaleyez.net, и его основная функция - "Take court-admissible, timestamped website captures quickly and easily with screenseal".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения screenseal

Скачайте файлы расширений screenseal в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/                    

Основная информация о расширении

Название screenseal screenseal
ID clliikafhbojeggfjlhcafcjonjkekoj
Официальный URL https://chromewebstore.google.com/detail/screenseal/clliikafhbojeggfjlhcafcjonjkekoj
Описание Take court-admissible, timestamped website captures quickly and easily with screenseal
Размер файла 1.34 MB
Количество установок 573
Текущая Версия 1.3.6
Последнее Обновление 2023-12-06
Дата публикации 2021-11-23
Рейтинг 4.75/5 Всего 8 оценок
Разработчик https://globaleyez.net
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://globaleyez.net/screenseal/
URL страницы помощи https://globaleyez.net/screenseal-facts/
URL страницы политики конфиденциальности https://globaleyez.net/datenschutzerklaerung
Поддерживаемые языки 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"
}