EasyInterview: ChatGPT for Google Meet
EasyInterview will help you pass the interview and answer any questions.
Τι είναι το EasyInterview: ChatGPT for Google Meet;
Το EasyInterview: ChatGPT for Google Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://easyinterview.site, και η κύρια λειτουργία του είναι "EasyInterview will help you pass the interview and answer any questions.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EasyInterview: ChatGPT for Google Meet
Λήψη αρχείων επέκτασης EasyInterview: ChatGPT for Google Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
EasyInterview will help you pass the interview and answer any questions. ChatGPT in your Meet.
Βασικές Πληροφορίες Επέκτασης
Όνομα | EasyInterview: ChatGPT for Google Meet |
ID | aljdeefkkcmonpckopdbbkbimeaflmhl |
Επίσημο URL | https://chromewebstore.google.com/detail/easyinterview-chatgpt-for/aljdeefkkcmonpckopdbbkbimeaflmhl |
Περιγραφή | EasyInterview will help you pass the interview and answer any questions. |
Μέγεθος Αρχείου | 73.98 KB |
Αριθμός Εγκαταστάσεων | 24 |
Τρέχουσα Έκδοση | 1.2.0 |
Τελευταία Ενημέρωση | 2023-06-14 |
Ημερομηνία Δημοσίευσης | 2023-05-09 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://easyinterview.site |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://easyinterview.site/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://easyinterview.site/privacy-policy.html |
Υποστηριζόμενες Γλώσσες | 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" } } |