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とは何ですか?
Nira: Search, Find, and Organize Documentsはhttp://nira.comによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with a dashboard that helps you find documents in 3 clicks or less.」です。
拡張機能のスクリーンショット
Nira: Search, Find, and Organize Documents拡張機能のCRXファイルをダウンロード
Nira: Search, Find, and Organize Documents拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | nijomgklgpljmalacmkjdhfhlggpfopc |
公式URL | https://chrome.google.com/webstore/detail/nira-search-find-and-orga/nijomgklgpljmalacmkjdhfhlggpfopc |
説明 | Replace new tab page with a dashboard that helps you find documents in 3 clicks or less. |
ファイルサイズ | 1.4 MB |
インストール数 | 3,000 |
現在のバージョン | 4.3.15 |
最終更新日 | 2021-11-11 |
公開日 | 2020-06-29 |
評価 | 3.65/5 合計 20 レビュー |
開発者 | http://nira.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://nira.com |
ヘルプページのURL | https://nira.com/protecting-documents/ |
プライバシーポリシーページのURL | https://usefyi.com/privacy |
対応言語 | 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'" } |