BrowseGPT

Automate your browser with artificial intelligence.

Qu'est-ce que BrowseGPT ?

BrowseGPT est une extension Chrome développée par https://browsegpt.ai, et sa fonction principale est "Automate your browser with artificial intelligence.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BrowseGPT

Téléchargez les fichiers d'extension BrowseGPT 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

                        Give BrowseGPT instructions like "Find a place to stay in Seattle on February 22nd" or "buy a children's book on Amazon", and it will use artificial intelligence to attempt to complete the task for you. BrowseGPT uses OpenAI's GPT-3 model to process web pages and issue commands like CLICK, ENTER_TEXT or NAVIGATE.

Is it useful? Sort of... sometimes it will get stuck in a loop, click on the wrong thing, or navigate to a URL that 404s. It provides a reason for every decision it makes so you can help it correct course if necessary.

⚠️ This is an experimental extension and should be used with caution. Don't use this on pages with private information, or pages where taking the wrong action could cause a serious problem. ⚠️                    

Informations de Base sur l'Extension

Nom BrowseGPT BrowseGPT
ID gpcljmgannpkbohdomdibbbngpphkemd
URL Officiel https://chromewebstore.google.com/detail/browsegpt/gpcljmgannpkbohdomdibbbngpphkemd
Description Automate your browser with artificial intelligence.
Taille du Fichier 3.37 MB
Nombre d'Installations 1,620
Version Actuelle 2.0
Dernière Mise à Jour 2023-03-21
Date de Publication 2023-01-28
Évaluation 4.00/5 Total 5 Évaluations
Développeur https://browsegpt.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://browsegpt.ai
URL de la Page d'Aide https://browsegpt.ai
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BrowseGPT",
    "description": "Automate your browser with artificial intelligence.",
    "version": "2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}