Document GPS

Track, modify and delete already sent attachments using blockchain-based security.

Document GPS là gì?

Document GPS là một tiện ích mở rộng Chrome được phát triển bởi ShelterZoom, và tính năng chính của nó là "Track, modify and delete already sent attachments using blockchain-based security.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Document GPS 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

                        Upgrade your insecure email attachment paperclip to the new Document GPS paperclip to prevent the average of $4.45 million in costs from cyber breaches and reputational damage.


Tokenize, track, and revoke your email attachments right inside your inbox. Built on the distributed ledger, this replacement paperclip provides organizations and individuals with total ownership, control and governance over their own content and documents. All the documents going through this new paperclip are tamper-proof and controlled by originators, eliminating data breaches and wire fraud as well as significantly reducing email compromise and the likelihood of ransomware attacks.


- End-to-end encryption without changing email attachment workflow


- Each document is tokenized with an assigned private key


- Control who can download, share and view your attachments.


- Track who has downloaded, shared, viewed or signed your attachments with timestamped log in real time

- Unlimited E-signatures directly in your email, providing unprecedented convenience and security.

- Screenshot block to prevent unauthorized screenshots and copying

- You can always give or revoke the permission for any recipients to access, download, or share your email attachments.


- Effortlessly manage, track and monitor ALL your email attachments in one library


- Send your recipients a free SECURE LINK so they can upload files to send to you in the same secure ecosystem. Differentiate yourself from your competition by showing your clients you easily protect their data from start to finish. 


– Desktop and free Mobile app seamlessly integrated together so you can track your files on the go. Revoke access from your phone or laptop at any time.


- The mobile app lets you take a photo using the app and the picture is NOT stored on your device, providing you greater privacy.


- Supports all file types


- Compliance & Regulation

• ISO27001 Certified

• HIPAA Compliant

• GDPR Compliant


- Japanese and Spanish versions are also available on desktop.


- NO need to jump to other platforms to manage your files, all operations done within native email extension.


- Near carbon-free email: prevent attachments from being downloaded or shared when they don't need to be. Do your part by sending "green" attachments for a low carbon email account with Document GPS.


- There is no limit to the number of attachments you can attach.


- See everything that goes on, in real-time.


- All users have direct and indirect analytics.


- Document GPS uses ShelterZoom's Single Source Of Truth® software technology to create immutable records for sharing of files, communication, collaboration, and permanent record keeping.


--SSOT® security is state of the art                    

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

Tên Document GPS Document GPS
ID gdlobabjmjnkkiajibjhembfpgpenbep
URL Chính Thức https://chromewebstore.google.com/detail/document-gps/gdlobabjmjnkkiajibjhembfpgpenbep
Mô tả Track, modify and delete already sent attachments using blockchain-based security.
Kích Thước Tệp 108 MB
Số Lần Cài Đặt 918
Phiên Bản Hiện Tại 4.21.17
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2022-04-15
Đánh Giá 5.00/5 Tổng số 27 Đánh Giá
Nhà Phát Triển ShelterZoom
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://shelterzoom.com/document-gps
URL Trang Trợ Giúp https://shelterzoom.com/support/
URL Trang Chính Sách Bảo Mật https://shelterzoom.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "4.21.17",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/app.docuwalk.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_actionBtn__"
    },
    "default_locale": "en",
    "permissions": [
        "background",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/mail.google.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "webviewer\/*",
                "icons\/icon48.png",
                "images\/upload_bg.png",
                "images\/drag_and_drop_bg.jpg",
                "images\/attach.svg",
                "css\/compose-form.css",
                "js\/content.css",
                "js\/2c191526c4006b065ca8.woff",
                "js\/6b109fecbc7563467e36.ttf",
                "js\/7fe92bb1fe75c84e473a.ttf",
                "js\/85d6f73bf73d03518461.ttf"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*",
                "https:\/\/app.shelterzoom.com\/*",
                "https:\/\/app.jp.shelterzoom.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; script-src 'self'; connect-src 'self' *; img-src 'self' data:; style-src 'self';base-uri 'self';form-action 'self'; frame-src 'self'"
    }
}