GPT Search for Google
GPT Search for Google
Τι είναι το GPT Search for Google;
Το GPT Search for Google είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rmngh, και η κύρια λειτουργία του είναι "GPT Search for Google".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GPT Search for Google
Λήψη αρχείων επέκτασης GPT Search for Google σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Personal AI Google search assistant powered by GPT, to optimize and fasten search through different Google results. ChatGPT integrates seamlessly with your Google search bar, providing you with real-time assistance while you browse the web. Direct access to a chatbot that can answer your questions, provide you with relevant information, and help you discover new insights and perspectives. In this tool, ChatGPT is specialized in assisting in your Google search and provides you with personalized tips, suggestions, and insights. With GPT-3 integrated with Google, you can navigate through different Google results to find what you are looking for immediately and efficiently. Whether you're a student, a researcher, or just someone who wants to optimize their search results, this could be a useful tool for you. BASIC VERSION : • ChatGPT is always available on your monitor, in every country. • GPT-3.5 functions are integrated with Google, so the AI chatbot specializes in assisting you with your Google search. • No ads. • Limited number of queries (10 per day). • Related search suggested. PREMIUM VERSION (2,99$): • All Basic features. • Advanced GPT functions integrated with Google for a better understanding of the scope of the search. • Without giving it any input, the AI Assistant automatically optimized results, suggestions, or answers to your search are automatically provided. • Unlimited number of queries. • Continual assistance from the developers' team.
Βασικές Πληροφορίες Επέκτασης
Όνομα | GPT Search for Google |
ID | hcceelckjfdkbocjlffplohoippkpmld |
Επίσημο URL | https://chromewebstore.google.com/detail/gpt-search-for-google/hcceelckjfdkbocjlffplohoippkpmld |
Περιγραφή | GPT Search for Google |
Μέγεθος Αρχείου | 404 KB |
Αριθμός Εγκαταστάσεων | 97 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2023-05-08 |
Ημερομηνία Δημοσίευσης | 2023-03-07 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | rmngh |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "default_popup": "popup.html" }, "version": "0.0.2", "author": "saad", "name": "GPT Search for Google", "description": "GPT Search for Google", "background": { "service_worker": "background.5fadff2f.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search?q=*" ], "js": [ "content.1d473d26.js" ], "all_frames": true, "css": [] } ], "host_permissions": [ "https:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.google.com\/*" ], "resources": [ "content.3e96fdc0.css" ] } ] } |