NetzBeweis
Save evidence on the internet with one click
NetzBeweis là gì?
NetzBeweis là một tiện ích mở rộng Chrome được phát triển bởi https://netzbeweis.com, và tính năng chính của nó là "Save evidence on the internet with one click".
Ả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 NetzBeweis
Tải xuống các tệp mở rộng NetzBeweis 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
Preservation of evidence on the Internet, very simple. Against hate on the net and for much more We are glad that you are interested in the NetzBeweis Browser Extension. Of course, you can always conveniently secure online evidence via www.netzbeweis.com, completely free of charge for private individuals. But with the NetzBeweis Browser Extension you take your online evidence backup to the next level with these features: - Define your mail address once and secure it with just one click. - Use the plugin conveniently with your JAASPER, JurXPert or Weblaw account - Secure also websites and platforms for which a login is required - Secure private messages and chat services like WhatsApp & Co. Your NetzBeweis also comes to you conveniently as a PDF via the PlugIn with the following advantages: - The PDF is compatible with electronic legal transactions (ERV). - Time stamp for better classification of the online evidence - Each NetzBeweis is provided with an electronic signature If you would like to test the NetzBeweis Browser Extension, please send an e-mail to [email protected] . Terms of use: https://www.netzbeweis.com/nutzungsbedingungen/ Privacy policy: https://www.netzbeweis.com/datenschutz/ The frequently asked questions and answers about NetzBeweis can be found at: https://www.netzbeweis.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NetzBeweis |
ID | nlmjnloelhbfapfidapajjpidbahoopb |
URL Chính Thức | https://chromewebstore.google.com/detail/netzbeweis/nlmjnloelhbfapfidapajjpidbahoopb |
Mô tả | Save evidence on the internet with one click |
Kích Thước Tệp | 675 KB |
Số Lần Cài Đặt | 277 |
Phiên Bản Hiện Tại | 1.7.2 |
Cập Nhật Lần Cuối | 2024-02-01 |
Ngày Phát Hành | 2022-02-02 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://netzbeweis.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.netzbeweis.com |
URL Trang Trợ Giúp | https://www.netzbeweis.com |
URL Trang Chính Sách Bảo Mật | https://www.netzbeweis.com/datenschutz |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.7.2", "icons": { "16": "assets\/icons\/icon-16.png", "32": "assets\/icons\/icon-32.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "short_name": "NetzBeweis", "permissions": [ "storage", "activeTab", "scripting", "tabs", "unlimitedStorage", "management", "offscreen" ], "author": "NetzBeweis", "minimum_chrome_version": "92", "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "default_title": "NetzBeweis", "chrome_style": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "background.bundle.js" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.bundle.js" ] } ], "devtools_page": "devTools.html", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlBlJSDltg2e9qtuykcYvIz6WLAxfb0T2Yq2cjXg0vE42fwSG5V\/diwWN006XL8iv0XLXhg6I9jmDsdnzcsq2jsmOueENDOZyuGfQYQDYWMb05csluuzvTm5M3GlCxS0nGpZFoUwuIjqGeCj0+vLgCbZvGb0ri1eLAL7YFKjfuoWr6MRDrbte2AiWZ530386f1CttgLaJ4qlgPRljlnFu0RlAKPK1RxhD3FYB4FHy1iyzROoC8rHyNSNkIYEGngBtn4ojSssgbE0W+E0Gm+Ax550Zwg0k7zfPD9px273H7Natjg8OCJx9lzlKYqz7JVVfFgYrFbIR7u8aUMk2CfP82QIDAQAB" } |