Sentelo extension
Revolutionize your learning experience with just one click! Discover Sentelo, the ultimate tool for students seeking a more…
Τι είναι το Sentelo extension;
Το Sentelo extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sentelo.com, και η κύρια λειτουργία του είναι "Revolutionize your learning experience with just one click! Discover Sentelo, the ultimate tool for students seeking a more…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sentelo extension
Λήψη αρχείων επέκτασης Sentelo extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Revolutionize your learning experience with just one click! Discover Sentelo, the ultimate tool for students seeking a more efficient and enjoyable learning process. Sentelo not only paraphrases complex text into an easily digestible format but also offers explanations for code, summarizes chapters in concise bullet points, generates control questions, expands on textual content, and much more. Visit https://sentelo.com/ today and embark on a new journey towards learning excellence! Additionally, Sentelo offers the innovative Sentelo Chat feature, allowing you to create custom prompts and engage in insightful conversations. What sets Sentelo Chat apart is its integration with Google's fact-checking capabilities, providing you with reliable information about recent events and ensuring a trustworthy learning experience. Upgrade your learning toolkit by adding Sentelo to your Chrome browser! Check out the Chrome Web Store and transform the way you learn today!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Sentelo extension |
ID | dkcpfdakoilplacooallncmigjkghgjb |
Επίσημο URL | https://chromewebstore.google.com/detail/sentelo-extension/dkcpfdakoilplacooallncmigjkghgjb |
Περιγραφή | Revolutionize your learning experience with just one click! Discover Sentelo, the ultimate tool for students seeking a more… |
Μέγεθος Αρχείου | 4.29 MB |
Αριθμός Εγκαταστάσεων | 267 |
Τρέχουσα Έκδοση | 2.0.0 |
Τελευταία Ενημέρωση | 2023-04-01 |
Ημερομηνία Δημοσίευσης | 2023-02-11 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://sentelo.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.sentelo.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.sentelo.com/get-in-touch/help |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Sentelo extension", "name": "Sentelo extension", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/www.google-analytics.com;" }, "manifest_version": 3, "version": "2.0.0", "action": { "default_title": "Sentelo extension", "default_popup": "index.html" }, "host_permissions": [ "https:\/\/*.sentelo.com\/*", "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": "background.js" }, "permissions": [ "clipboardRead" ], "icons": { "16": "favicon_package_v0.16\/favicon-16x16.png", "32": "favicon_package_v0.16\/favicon-32x32.png", "150": "favicon_package_v0.16\/mstile-150x150.png", "192": "favicon_package_v0.16\/android-chrome-192x192.png", "512": "favicon_package_v0.16\/android-chrome-512x512.png" } } |