Neeva AI Search

AI powered, instant answers with citations

Neeva AI Search क्या है?

Neeva AI Search http://neeva.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI powered, instant answers with citations"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Neeva AI Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        GET THE ANSWER
Why search through your search results? Get just what you asked for with Neeva's AI-powered answer engine, embedded right in your browser. Powered by generative AI, Neeva gets you instant real-time answers with citations unlike ChatGPT.

ZERO ADS
Did you know that 40% of Google search results are actually ads? Neeva's AI-powered answer engine is always ad-free, ensuring that targeted advertising never influences your results. 

PREMIUM OPTIONS
Try Neeva's AI-powered answer engine for free, and if you choose a Neeva premium plan, you'll get a more comprehensive search experience. This includes a password manager, VPN, early access to new features, and more.

Get answers, not ads. Experience the future of search with Neeva's Browser & Search Engine. Named one of TIME's Best Inventions of 2021 and designed by world-class technologists, Neeva is redefining how people use the web by building a search engine exclusively for you, not advertisers. 

To learn more about Neeva, visit www.neeva.com
Questions/support? Contact us at [email protected]

Enjoy the browser extension? Please leave a 5-star rating.

Neeva does not track your web browsing and works to prevent third-party trackers from doing so. We never sell or profit off of your information (and we don't allow anyone else to either!).

Neeva’s Bill of Rights: https://neeva.com/digital-bill-of-rights
Privacy Policy: https://neeva.com/privacy                    

एक्सटेंशन की मूल जानकारी

नाम Neeva AI Search Neeva AI Search
ID aookogakccicaoigoofnnmeclkignpdk
आधिकारिक URL https://chrome.google.com/webstore/detail/neeva-ai-search/aookogakccicaoigoofnnmeclkignpdk
विवरण AI powered, instant answers with citations
फ़ाइल का आकार 2.34 MB
स्थापना संख्या 46,956
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2023-05-20
प्रकाशन तिथि 2021-11-15
रेटिंग 4.46/5 कुल 57 रेटिंग्स
डेवलपर http://neeva.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://neeva.com
सहायता पृष्ठ URL https://neeva.com/contact
गोपनीयता नीति पृष्ठ URL https://neeva.co/privacy
समर्थित भाषाएँ de,en,en-GB,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.5.1",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "persistent": true,
        "page": "html\/background.html"
    },
    "icons": {
        "16": "icons\/extension-icon.png",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/extension-icon-128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "incognito": "split",
    "commands": {
        "open-incognito": {
            "suggested_key": {
                "default": "Alt+Shift+N"
            },
            "description": "Launch Neeva incognito mode"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+J",
                "mac": "Command+Shift+J"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Neeva",
            "keyword": "Neeva Search",
            "search_url": "https:\/\/neeva.com\/search?q={searchTerms}&src=nvobar",
            "favicon_url": "https:\/\/neeva.com\/favicon.png",
            "suggest_url": "https:\/\/neeva.com\/suggest?q={searchTerms}&src=nvobar",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/neeva.com\/*"
            ],
            "js": [
                "\/js\/neevaContentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/neeva.com\/*"
        ]
    },
    "manifest_version": 2
}