Seekr: AI-powered New Tab with Bard & ChatGPT

Seekr is an AI-powered New Tab extension, equipped with powerful AI tools like Bard, ChatGPT, & much more!

Seekr: AI-powered New Tab with Bard & ChatGPT란 무엇입니까?

Seekr: AI-powered New Tab with Bard & ChatGPT은(는) https://getseekr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seekr is an AI-powered New Tab extension, equipped with powerful AI tools like Bard, ChatGPT, & much more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Seekr: AI-powered New Tab with Bard & ChatGPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing Seekr, 
an AI-powered New Tab Chrome extension that revolutionizes the way you browse and research online. 

This game-changing innovative tool harnesses the power of cutting-edge AI technologies like Bard and ChatGPT, offering a comprehensive solution to your needs and much more!

Seekr is not just a tool, it's a smart all-in-one AI assistant that can prompt multiple engines and AI chatbots like ChatGPT, Bard, & Google, all in one go. 

Tired of wasting time switching between multiple AI chatbots & search engines- just to find a simple & effective solution that works for you? 
Say hello to Seekr, the ultimate AI-powered New Tab extension that streamlines your research and boosts your productivity like never before!

Just type in your query/prompt and Seekr will provide you with the best possible answers, perspectives, view-points, content, data, and information. 

But Seekr goes beyond just providing the best possible answers. 
It helps you build perspective and get a more 'complete' view of things. 
By getting data from multiple sources, you can see things from different angles & view-points, and make much better & informed decisions.

Whether you're researching for an important project or just browsing for leisure, Seekr enhances your online research quality, work quality, efficiency, effectiveness, and output. 

Key Features:

1. AI-Powered: Seekr leverages AI technologies like Bard and ChatGPT to provide a much more comprehensive output.
2. Powerful All-in-One Search Bar: Simultaneously search across multiple engines and AI chatbots like Google, ChatGPT, and Bard in one go. No more juggling between scattered browser tabs – everything you need is right at your fingertips!
3. Quality of Output: Seekr provides the best possible answers, insights, perspectives, content, & solutions to meet your needs. Seekr ensures you receive the most complete, accurate and relevant information to meet your requirements, leaving no room for errors, guesswork, mistakes, assumptions, or disinformation.
4. Builds Perspective: It empowers you to build perspective and get a more 'complete' view of things. It helps you expand your knowledge & understanding and make well-informed decisions with ease.
5. Supercharges your Productivity: By streamlining your research process, Seekr saves you valuable time and effort, allowing you to focus on what matters most. Seekr enhances your online research quality, work quality, efficiency, effectiveness, and output.

Who is Seekr for?
Smart working professionals love to use Seekr to take their work quality to new heights & gain a competitive edge! From content creation to market research to ideation, Seekr helps improve your work quality & accelerate your career growth.
Seekr is perfect for anyone who spends a good amount of time online, whether for work, business, study, career, or leisure. It's an ideal tool for working professionals, entrepreneurs, creators, researchers, writers, developers, students, learners, and anyone who values accurate, thorough, & comprehensive online research.
Disclaimer: we may use a tiny ad-banner to cover the project's production costs & keep the lights on. 

In a world where information is power, Seekr is your key to unlocking the full potential of the internet. 

Please note: Seekr AI New Tab Chrome extension & the website getseekr.com is in no way affiliated or related to seekr.com, which is a totally seperate entity.

Install Seekr today and experience the future of online browsing & research.                    

확장 프로그램 기본 정보

이름 Seekr: AI-powered New Tab with Bard & ChatGPT Seekr: AI-powered New Tab with Bard & ChatGPT
ID lpbeeifjlnlcohkeidehidmkgaakkbap
공식 URL https://chromewebstore.google.com/detail/seekr-ai-powered-new-tab/lpbeeifjlnlcohkeidehidmkgaakkbap
설명 Seekr is an AI-powered New Tab extension, equipped with powerful AI tools like Bard, ChatGPT, & much more!
파일 크기 633 KB
설치 횟수 819
현재 버전 1.1.7
최근 업데이트 2023-12-18
출시 날짜 2023-08-07
평점 4.86/5 총 7 개의 평점
개발자 https://getseekr.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getseekr.com/
도움말 페이지 URL https://chrome.google.com/webstore/detail/lpbeeifjlnlcohkeidehidmkgaakkbap/support
개인정보 보호 정책 페이지 URL https://browsebetter.io/privacy-policy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Seekr: AI-powered New Tab with Bard & ChatGPT",
    "short_name": "Seekr: AI New Tab",
    "description": "Seekr is an AI-powered New Tab extension, equipped with powerful AI tools like Bard, ChatGPT, & much more!",
    "version": "1.1.7",
    "homepage_url": "https:\/\/getseekr.com",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/bard.google.com\/*"
            ],
            "js": [
                "js\/bard.js"
            ],
            "css": [
                "styles\/bard.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/chatgpt.js"
            ],
            "css": [
                "styles\/chatgpt.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/bard.google.com\/*"
            ],
            "js": [
                "js\/backbutton.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/bard.google.com\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/www.bing.com\/*"
            ],
            "js": [
                "js\/a_func.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "declarativeNetRequest",
        "storage",
        "topSites",
        "background",
        "favicon"
    ],
    "optional_permissions": [
        "scripting"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1a",
                "enabled": true,
                "path": "rule1a.json"
            },
            {
                "id": "ruleset_1b",
                "enabled": true,
                "path": "rule1b.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "rule2.json"
            },
            {
                "id": "ruleset_3",
                "enabled": true,
                "path": "rule3.json"
            },
            {
                "id": "rule_optional",
                "enabled": false,
                "path": "rule_optional.json"
            }
        ]
    },
    "icons": {
        "16": "ico\/32.png",
        "32": "ico\/32.png",
        "48": "ico\/64.png",
        "128": "ico\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.html",
                "*.css",
                "*.png",
                "*.svg",
                "*.jpg",
                "*.jpeg",
                "*.webp",
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "extension_ids": [
                "*"
            ]
        }
    ],
    "offline_enabled": true,
    "author": "Seekr: AI New Tab",
    "background": {
        "service_worker": "js\/service.js"
    },
    "action": {
        "default_icon": {
            "16": "ico\/32.png",
            "32": "ico\/32.png",
            "48": "ico\/64.png",
            "128": "ico\/128.png"
        },
        "default_title": "Seekr: AI New Tab"
    },
    "content_security_policy": {
        "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
        "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
    }
}