Nira: Search, Find, and Organize Documents
Replace new tab page with a dashboard that helps you find documents in 3 clicks or less.
Nira: Search, Find, and Organize Documents là gì?
Nira: Search, Find, and Organize Documents là một tiện ích mở rộng Chrome được phát triển bởi http://nira.com, và tính năng chính của nó là "Replace new tab page with a dashboard that helps you find documents in 3 clicks or less.".
Ả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 Nira: Search, Find, and Organize Documents
Tải xuống các tệp mở rộng Nira: Search, Find, and Organize Documents 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
Nira syncs with G Suite, Slack, Dropbox, Box, OneDrive, Evernote and a dozen more cloud apps. Features: ✓ Search and find documents in one place ✓ See recently created and updated documents ✓ Browse documents by the apps you use ✓ Supports connecting multiple accounts per app ✓ Quickly find documents from your browser history and open tabs ✓ Share links directly from each page you visit Nira helps you and your team get more work done in less time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nijomgklgpljmalacmkjdhfhlggpfopc |
URL Chính Thức | https://chrome.google.com/webstore/detail/nira-search-find-and-orga/nijomgklgpljmalacmkjdhfhlggpfopc |
Mô tả | Replace new tab page with a dashboard that helps you find documents in 3 clicks or less. |
Kích Thước Tệp | 1.4 MB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 4.3.15 |
Cập Nhật Lần Cuối | 2021-11-11 |
Ngày Phát Hành | 2020-06-29 |
Đánh Giá | 3.65/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | http://nira.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nira.com |
URL Trang Trợ Giúp | https://nira.com/protecting-documents/ |
URL Trang Chính Sách Bảo Mật | https://usefyi.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Nira", "name": "Nira: Search, Find, and Organize Documents", "description": "Replace new tab page with a dashboard that helps you find documents in 3 clicks or less.", "version": "4.3.15", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "nira_favicon-16.png", "48": "nira_favicon-48.png", "128": "nira_favicon-128.png" }, "browser_action": { "default_icon": { "16": "nira_favicon-16.png", "48": "nira_favicon-48.png", "128": "nira_favicon-128.png" }, "default_title": "Nira" }, "chrome_url_overrides": { "newtab": "index.html" }, "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/*.the7030.com\/*", "https:\/\/the7030.com\/*", "https:\/\/*.nira.com\/*", "https:\/\/nira.com\/*" ] }, "permissions": [ "history", "tabs", "storage" ], "web_accessible_resources": [ "index.html" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/embed.typeform.com\/embed.js https:\/\/js.driftt.com https:\/\/cdn.amplitude.com https:\/\/d24n15hnbwhuhn.cloudfront.net https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/script.crazyegg.com https:\/\/connect.facebook.net https:\/\/stats.pusher.com https:\/\/js.stripe.com https:\/\/*.siteblimp.com https:\/\/usefyi.com https:\/\/nira.com https:\/\/pro.ip-api.com; object-src 'self'" } |