DataMask
Mask sensitive data in screenshots. Take full page screenshots and export to PNG/JPEG/WEBP using online screenshot editor
DataMask là gì?
DataMask là một tiện ích mở rộng Chrome được phát triển bởi https://datamask.tech, và tính năng chính của nó là "Mask sensitive data in screenshots. Take full page screenshots and export to PNG/JPEG/WEBP using online screenshot editor".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DataMask
Tải xuống các tệp mở rộng DataMask 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
DataMask extension helps to blur images, scramble text and take website screenshots. DataMask opens screenshots in online editor by default where additional editing can be performed: draw, text blackout and reduce screenshot file size. DataMask is great fit for personal, support and editorial use. DataMask can help to make screenshots for news articles, video reports, graphic assets and support tickets. Free features: auto scramble all text and images on a website, take website viewport screenshot Paid features: edit website text, irreversible blur (blur+), hide parts of a website, take HTML element screenshots and freely draw blur rectangles You can try Pro features with a 7 day free trial by logging in with your Google account. How to use - Open a website - Click on DataMask icon or use the keyboard shortcut. Windows: CTRL+M, MacOS: Command+M Other useful features - Hide action hides DataMask banner without exiting masking mode - ESC keyboard shortcut is the same as Hide action - CTRL+Z undoes last change - Clear action returns website to initial state Permissions - activeTab is used to analyse and edit current tab content to hide sensitive information - storage is used to persist extension settings - communication with cooperating websites is used to transfer screenshots to DataMask Editor web app (https://datamask.tech/editor/) Follow DataMask updates and provide feedback Twitter: @DataMaskExt Facebook: https://www.facebook.com/datamaskext
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DataMask |
ID | keioddmkdnaghickjojalofmgkgafjfo |
URL Chính Thức | https://chromewebstore.google.com/detail/datamask/keioddmkdnaghickjojalofmgkgafjfo |
Mô tả | Mask sensitive data in screenshots. Take full page screenshots and export to PNG/JPEG/WEBP using online screenshot editor |
Kích Thước Tệp | 277 KB |
Số Lần Cài Đặt | 2,055 |
Phiên Bản Hiện Tại | 2.1.3 |
Cập Nhật Lần Cuối | 2023-05-02 |
Ngày Phát Hành | 2020-06-12 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://datamask.tech |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://datamask.tech/blur-chrome-extension |
URL Trang Trợ Giúp | https://datamask.tech |
URL Trang Chính Sách Bảo Mật | https://www.agilesaturday.com/extension-privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk3Ax3gGFgzX7yOHPbCatWzZdLSkDw6E0HvGnXBrJ1gsadrmr8llAdY3YrTINpjBCqo58SKaJhRfrpKxXnvO5pOLk0azT\/xAyJ1V9bgPXtXNBSag6jjIQk5ijj1705z53hMI\/G1Y+p3h5PW7MbrweJLmuxKJsYnEkFjbNk5GXp5nW0KMTk\/SB1a\/zmvJ6HgeE5sC7lc1XPhqSIm8HWOAoiiXnuahEi6rjNj8PnFFw393JwQtErdWkBm1dWsH0Dfn6abnlKCfRYqmL9I99Q9Aa1kymyIDSWFJggq0BxO2FSz0RvX7bKknfGhcpXyXlbU\/Yu+Hy8D4DoGlpxjl2q5RIJwIDAQAB", "manifest_version": 3, "name": "DataMask", "short_name": "DataMask", "description": "Mask sensitive data in screenshots. Take full page screenshots and export to PNG\/JPEG\/WEBP using online screenshot editor", "version": "2.1.3", "background": { "service_worker": "extension.js" }, "icons": { "19": "icons\/icon19.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "128": "icons\/icon19.png" } }, "commands": { "Open DataMask": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Opens DataMask banner" } }, "options_page": "options.html", "permissions": [ "activeTab", "storage", "scripting" ], "optional_permissions": [ "downloads" ], "externally_connectable": { "matches": [ "https:\/\/datamask.tech\/*" ] }, "web_accessible_resources": [ { "resources": [ "icons\/icon128.png", "material.woff2" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*\/" ], "minimum_chrome_version": "96.0.0.0" } |