screenseal

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

screenseal là gì?

screenseal là một tiện ích mở rộng Chrome được phát triển bởi https://globaleyez.net, và tính năng chính của nó là "Take court-admissible, timestamped website captures quickly and easily with screenseal".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng screenseal

Tải xuống các tệp mở rộng screenseal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên screenseal screenseal
ID clliikafhbojeggfjlhcafcjonjkekoj
URL Chính Thức https://chromewebstore.google.com/detail/screenseal/clliikafhbojeggfjlhcafcjonjkekoj
Mô tả Take court-admissible, timestamped website captures quickly and easily with screenseal
Kích Thước Tệp 1.34 MB
Số Lần Cài Đặt 573
Phiên Bản Hiện Tại 1.3.6
Cập Nhật Lần Cuối 2023-12-06
Ngày Phát Hành 2021-11-23
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://globaleyez.net
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://globaleyez.net/screenseal/
URL Trang Trợ Giúp https://globaleyez.net/screenseal-facts/
URL Trang Chính Sách Bảo Mật https://globaleyez.net/datenschutzerklaerung
Ngôn Ngữ Được Hỗ Trợ 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"
}