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

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    }
}