NetDocuments
If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.
NetDocuments là gì?
NetDocuments là một tiện ích mở rộng Chrome được phát triển bởi NetDocuments, và tính năng chính của nó là "If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.".
Ả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 NetDocuments
Tải xuống các tệp mở rộng NetDocuments 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
Simplifies the process for uploading documents stored in NetDocuments to other websites! With this new Chrome extension, you can identify websites that you wish to connect to NetDocuments. Once connected, the website's [ Browse ] or [ Upload ] button will display a NetDocuments window which allows you to select the file(s) to be uploaded. Additional options allow you to convert the selected files to PDF, and to return the newly created PDF to NetDocuments as a new version.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NetDocuments |
ID | fkbfgpllpbhbofnhkefnfeignnanciie |
URL Chính Thức | https://chromewebstore.google.com/detail/netdocuments/fkbfgpllpbhbofnhkefnfeignnanciie |
Mô tả | If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later. |
Kích Thước Tệp | 2.16 MB |
Số Lần Cài Đặt | 230,845 |
Phiên Bản Hiện Tại | 1.8.0.333 |
Cập Nhật Lần Cuối | 2023-04-28 |
Ngày Phát Hành | 2020-03-16 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | NetDocuments |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.netdocuments.com/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NetDocuments", "description": "If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.", "version": "1.8.0.333", "author": "NetDocuments Software Inc.", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/contentscript.js" ], "all_frames": true } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "storage", "tabs", "management", "webRequest" ], "action": { "default_title": "", "default_icon": "images\/nd.png", "default_popup": "html\/popup.html" }, "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "icons": { "128": "images\/128x128\/nd.png" }, "web_accessible_resources": [ { "resources": [ "images\/nd.png", "netDocumentsFrame.html" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3 } |