screenseal

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

什麼是screenseal?

screenseal是由https://globaleyez.net開發的Chrome擴展程式,該擴展的主要功能是“Take court-admissible, timestamped website captures quickly and easily with screenseal”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載screenseal擴展crx文件

下載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
官方網址 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"
}