EasyInterview: ChatGPT for Google Meet

EasyInterview will help you pass the interview and answer any questions.

Qu'est-ce que EasyInterview: ChatGPT for Google Meet ?

EasyInterview: ChatGPT for Google Meet est une extension Chrome développée par https://easyinterview.site, et sa fonction principale est "EasyInterview will help you pass the interview and answer any questions.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EasyInterview: ChatGPT for Google Meet

Téléchargez les fichiers d'extension EasyInterview: ChatGPT for Google Meet 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

                        EasyInterview will help you pass the interview and answer any questions. ChatGPT in your Meet.                    

Informations de Base sur l'Extension

Nom EasyInterview: ChatGPT for Google Meet EasyInterview: ChatGPT for Google Meet
ID aljdeefkkcmonpckopdbbkbimeaflmhl
URL Officiel https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl
Description EasyInterview will help you pass the interview and answer any questions.
Taille du Fichier 73.98 KB
Nombre d'Installations 24
Version Actuelle 1.2.0
Dernière Mise à Jour 2023-06-14
Date de Publication 2023-05-09
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://easyinterview.site
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://easyinterview.site/
URL de la Page de Politique de Confidentialité https://easyinterview.site/privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyInterview: ChatGPT for Google Meet",
    "description": "EasyInterview will help you pass the interview and answer any questions.",
    "version": "1.2.0",
    "author": "[email protected]",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "128.png"
        }
    },
    "options_page": "popup.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "select2.min.css",
                "style.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/easyinterview.site\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "64": "icon.png",
        "128": "128.png"
    }
}