Elephango

The Elephango extension provides a seamless learning experience that delivers personalized resources selected just for you.

Elephangoคืออะไร?

Elephango เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://elephango.com และคุณลักษณะหลักของมันคือ "The Elephango extension provides a seamless learning experience that delivers personalized resources selected just for you."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Elephango

ดาวน์โหลดไฟล์ส่วนขยาย Elephango ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Spark curiosity and make learning fun with Elephango's Google Chrome extension.

 - Discover fun facts and interesting new topics.
 - Access thousands of lessons and activities.
 - Search all of Elephango instantly.
 - Expand your search results using Google Safe Search.
 - Choose from over 30 wallpapers.
 - Add your own personalized shortcuts.
 - Showcase your personal achievements.

Elephango and Google work together to give you search results that are filtered and tailored based upon the interests you've set in Elephango, so you see what fits you first. As your search results expand past Elephango, Google Safe Search blocks unsafe or inappropriate results.

With a fun fact and lessons featured right on the home screen, you'll kick off learning in an engaging way and be ready to dive into exploring.
Since you're already logged into Elephango, you can jump right back into the platform to pick up where you left off and work towards winning more badges and trophies and getting that top position on the leaderboard.

=====================

IMPORTANT:
You must have an active Elephango account to use this extension. For more information, visit www.elephango.com.

You can also find us on Facebook at https://www.facebook.com/ElephangoK12/

By using this extension, you agree to the Elephango Terms & Conditions available at https://www.elephango.com/terms

PRIVACY POLICY:
https://www.elephango.com/PrivacyPolicy

DISCLAIMER:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Elephango Elephango
ID nnppckheibflkphjcgmlbiebgjfhgeie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/elephango/nnppckheibflkphjcgmlbiebgjfhgeie
คำอธิบาย The Elephango extension provides a seamless learning experience that delivers personalized resources selected just for you.
ขนาดไฟล์ 34.73 MB
จำนวนการติดตั้ง 1,349
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-06-14
วันที่เผยแพร่ 2020-06-14
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://elephango.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.elephango.com
URL หน้าช่วยเหลือ https://helpcenter.elephango.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.elephango.com/PrivacyPolicy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elephango",
    "description": "The Elephango extension provides a seamless learning experience that delivers personalized resources selected just for you.",
    "version": "1.0.1",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; img-src * 'self' chrome:\/\/favicon;",
    "chrome_url_overrides": {
        "newtab": "home\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.elephango.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.elephango.com\/",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/www.googletagmanager.com\/"
    ]
}