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!

Qu'est-ce que Seekr: AI-powered New Tab with Bard & ChatGPT ?

Seekr: AI-powered New Tab with Bard & ChatGPT est une extension Chrome développée par https://getseekr.com, et sa fonction principale est "Seekr is an AI-powered New Tab extension, equipped with powerful AI tools like Bard, ChatGPT, & much more!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Seekr: AI-powered New Tab with Bard & ChatGPT

Téléchargez les fichiers d'extension Seekr: AI-powered New Tab with Bard & ChatGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Seekr: AI-powered New Tab with Bard & ChatGPT Seekr: AI-powered New Tab with Bard & ChatGPT
ID lpbeeifjlnlcohkeidehidmkgaakkbap
URL Officiel https://chromewebstore.google.com/detail/seekr-ai-powered-new-tab/lpbeeifjlnlcohkeidehidmkgaakkbap
Description Seekr is an AI-powered New Tab extension, equipped with powerful AI tools like Bard, ChatGPT, & much more!
Taille du Fichier 633 KB
Nombre d'Installations 819
Version Actuelle 1.1.7
Dernière Mise à Jour 2023-12-18
Date de Publication 2023-08-07
Évaluation 4.86/5 Total 7 Évaluations
Développeur https://getseekr.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getseekr.com/
URL de la Page d'Aide https://chrome.google.com/webstore/detail/lpbeeifjlnlcohkeidehidmkgaakkbap/support
URL de la Page de Politique de Confidentialité https://browsebetter.io/privacy-policy.php
Langues Prises en Charge 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'"
    }
}