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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Nira: Search, Find, and Organize Documents 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Nira: Search, Find, and Organize Documents Nira: Search, Find, and Organize Documents
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
이메일 [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'"
}