ChatGPT in Google
ChatGPTinGoogle is an extension that is designed to enhance your Google search experience by integrating ChatGPT developer APIs.
Qu'est-ce que ChatGPT in Google ?
ChatGPT in Google est une extension Chrome développée par hello, et sa fonction principale est "ChatGPTinGoogle is an extension that is designed to enhance your Google search experience by integrating ChatGPT developer APIs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatGPT in Google
Téléchargez les fichiers d'extension ChatGPT in Google 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
This powerful tool functions by providing you with both the regular Google search results, as well as the response from ChatGPT. With ChatGPTinGoogle, you can easily access the extensive knowledge base and advanced algorithms of ChatGPT, all within the same search window as Google. This enables you to quickly and conveniently obtain additional insights, explanations, or answers to your queries, without having to navigate away from your Google search results. Whether you are a student, a professional, or simply someone seeking to expand your knowledge, ChatGPTinGoogle is a valuable tool that can help you find the information you need with ease and efficiency. By bringing together the power of Google and ChatGPT, ChatGPTinGoogle has the potential to transform the way you search for information online, and enable you to access a wealth of knowledge at your fingertips.
Informations de Base sur l'Extension
Nom | ChatGPT in Google |
ID | gmkgjhlphncdlagnlkideonkiagkogjc |
URL Officiel | https://chromewebstore.google.com/detail/chatgpt-in-google/gmkgjhlphncdlagnlkideonkiagkogjc |
Description | ChatGPTinGoogle is an extension that is designed to enhance your Google search experience by integrating ChatGPT developer APIs. |
Taille du Fichier | 549 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-04-07 |
Date de Publication | 2023-03-31 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | hello |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://chatgptingoogle.com/ |
URL de la Page de Politique de Confidentialité | https://neptuneshot.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT in Google", "description": "ChatGPTinGoogle is an extension that is designed to enhance your Google search experience by integrating ChatGPT developer APIs.", "version": "1.0.2", "manifest_version": 3, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "*:\/\/www.google.com\/*" ], "icons": { "256": "src\/img\/logo256.png", "128": "src\/img\/logo128.png", "64": "src\/img\/logo64.png", "32": "src\/img\/logo32.png", "20": "src\/img\/logo20.png", "16": "src\/img\/logo16.png" }, "action": { "default_popup": "popup.html", "default_icon": "src\/img\/logo128.png" }, "content_scripts": [ { "js": [ "\/dist\/index.js" ], "matches": [ "*:\/\/www.google.com\/*" ], "css": [ "\/src\/App.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; default-src 'self'; style-src-elem 'self' https:\/\/fonts.googleapis.com\/* 'unsafe-inline' 'unsafe-eval'; style-src 'self' https:\/\/fonts.googleapis.com\/* 'unsafe-inline' 'unsafe-eval'; font-src 'self' https:\/\/fonts.gstatic.com\/* data: fonts.gstatic.com 'unsafe-inline'; connect-src 'self' https:\/\/*.googleapis.com http:\/\/chatgptingoogle-lb-132477774.us-east-1.elb.amazonaws.com;" }, "web_accessible_resources": [ { "resources": [ "src\/App.css", "src\/img\/logo16.svg", "src\/img\/logo20.svg", "src\/img\/logo32.svg", "src\/img\/logo64.svg", "src\/img\/logo128.svg", "src\/img\/logo256.svg" ], "matches": [ "*:\/\/www.google.com\/*" ] } ], "background": { "service_worker": "bgServiceWorker.js", "type": "module" } } |