GPT for Google Search
Add ChatGPT to Google Search
Τι είναι το GPT for Google Search;
Το GPT for Google Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chatgpt-search.com, και η κύρια λειτουργία του είναι "Add ChatGPT to Google Search".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GPT for Google Search
Λήψη αρχείων επέκτασης GPT for Google Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Get responses from ChatGPT when you search on Google Search Engine. This extension helps you show answers from ChatGPT whenever you're doing a search on Google. Please note this extension currently uses the GPT 3.5 model which is provided by OpenAI free of charge. How do I begin using this software? Please ensure you have logined to openai.com as this extension uses your own OpenAI API key to provide these chat responses whenever you make a search query. What is ChatGPT? ChatGPT is a large language model-based chatbot developed by OpenAI which helps to give you contextually relevant answers to any questions you may have. What is a LLM? A large language model is an artificial neural network-based model that has been trained on vast amounts of text data and is capable of generating human-like language What are the main benefits of using this extension? Instead of browsing through all of the Google Search results, you can get answers from the ChatGPT chatbot. It saves you time when you need to do research on a topic and you can get a general overview/summary instead. Its like having a personal assistant helping you to filter/summarize information. Do you need an openAI account? Yes, you do need to have your own openAI account as this extension uses your own API key. Is this app free to use? Yes this app is free. The reason we are able to make this app free of charge is because OpenAI gives each user a limited number of API queries each day. Whenever you are doing a search on Google.com and you have our software extension installed, it is using your own API key. Hence, there is no ongoing server costs/api costs for our development team. Why do you need host permissions for Google.com domain? Our extension code needs to run on google.com domains so that your search queries can be sent to the OpenAI servers and then the response/answer from ChatGPT can be displayed on the right side of your Google Search results. What search engines are supported? Currently, only Google search is supported. If we get more users, we'll consider adding in more search engines and other large language models such as Google Bard etc. Is your search data sold/shared with third parties? No, the search queries you input are only sent to OpenAI to give you the search query responses. We do not sell/collect your search query data at all. ChatGPT is a trademark of OpenAI. This extension is made by a third party development team and is NOT an official plugin of OpenAI. We hope you enjoy using this extension to speed up your workflow and make you more efficient at work/studying at school etc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | GPT for Google Search |
ID | gjggjbkjggplolfdkfeglcabjkdfmfak |
Επίσημο URL | https://chromewebstore.google.com/detail/gpt-for-google-search/gjggjbkjggplolfdkfeglcabjkdfmfak |
Περιγραφή | Add ChatGPT to Google Search |
Μέγεθος Αρχείου | 1.05 MB |
Αριθμός Εγκαταστάσεων | 45 |
Τρέχουσα Έκδοση | 3.0.0 |
Τελευταία Ενημέρωση | 2023-11-18 |
Ημερομηνία Δημοσίευσης | 2023-11-18 |
Προγραμματιστής | https://chatgpt-search.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.chatgpt-search.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://chatgpt-search.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://chatgpt-search.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "version": "3.0.0", "icons": { "512": "\/icons\/icon-512.png", "256": "\/icons\/icon-256.png", "192": "\/icons\/icon-192.png", "128": "\/icons\/icon-128.png", "96": "\/icons\/icon-96.png", "72": "\/icons\/icon-72.png", "64": "\/icons\/icon-64.png", "48": "\/icons\/icon-48.png", "32": "\/icons\/icon-32.png", "16": "\/icons\/icon-16.png" }, "action": { "default_icon": { "16": "\/icons\/icon-16.png", "24": "\/icons\/icon-24.png", "32": "\/icons\/icon-32.png" }, "default_popup": "\/pages\/popup\/popup.html" }, "default_locale": "en", "background": { "service_worker": "\/js\/BackgroundService.js", "type": "module" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/chat.openai.com\/*" ], "offline_enabled": true, "container": [ "GOOGLE_DRIVE" ], "homepage_url": "https:\/\/chatgpt-search.com", "web_accessible_resources": [ { "matches": [ " |