Qsirch Helper
Qsirch Helper allows you to quickly search for files on your QNAP NAS.
Qsirch Helper là gì?
Qsirch Helper là một tiện ích mở rộng Chrome được phát triển bởi QNAP Systems, Inc., và tính năng chính của nó là "Qsirch Helper allows you to quickly search for files on your QNAP NAS.".
Ả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 Qsirch Helper
Tải xuống các tệp mở rộng Qsirch Helper 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
Install the Qsirch add-on to enable Qsirch from your web browser. Simply click the Qsirch icon on the right of the address bar to simultaneously search on Google and your QNAP NAS. The Qsirch and Google search results will appear side-by-side for easy comparison. Minimum Requirements • A QNAP NAS with Qsirch 2.2(or newer) installed. Key Features • Quickly search for files on your QNAP NAS. • Supports HTTPS connections. • Supports simultaneous search on Google. • Added QID sign in and management: You can now use QID to simplify NAS management and to increase your network security.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Qsirch Helper |
ID | ipocdfgahhjaigldllakopnkofpcpahn |
URL Chính Thức | https://chromewebstore.google.com/detail/qsirch-helper/ipocdfgahhjaigldllakopnkofpcpahn |
Mô tả | Qsirch Helper allows you to quickly search for files on your QNAP NAS. |
Kích Thước Tệp | 701 KB |
Số Lần Cài Đặt | 13,766 |
Phiên Bản Hiện Tại | 1.5.2.1 |
Cập Nhật Lần Cuối | 2021-07-18 |
Ngày Phát Hành | 2020-02-24 |
Đánh Giá | 4.61/5 Tổng số 49 Đánh Giá |
Nhà Phát Triển | QNAP Systems, Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.qnap.com/solution/qsirch/en/ |
URL Trang Trợ Giúp | https://www.qnap.com/en/tutorial/con_show.php?op=showone&cid=240 |
URL Trang Chính Sách Bảo Mật | https://www.qnap.com/en/before_buy/con_show.php?op=showone&cid=17 |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-BR,ro,fi,sv,cs,el,ru,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.5.2.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "options_page": "options\/options.html", "options_ui": { "page": "options\/options.html" }, "background": { "page": "background\/background.html" }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "__MSG_appName__", "default_popup": "index.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+Q", "windows": "Alt+Shift+Q", "mac": "Alt+Shift+Q" } } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/*\/qsirch*", "https:\/\/*\/qsirch*" ], "js": [ "inject\/js\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "options\/options.html", "inject\/frame.html", "inject\/js\/contentscript.js" ], "permissions": [ "identity", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |