Sentelo extension

Revolutionize your learning experience with just one click! Discover Sentelo, the ultimate tool for students seeking a more…

Sentelo extension란 무엇입니까?

Sentelo extension은(는) https://sentelo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Revolutionize your learning experience with just one click! Discover Sentelo, the ultimate tool for students seeking a more…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sentelo extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}