directSIDING
Log-in directo al SIDING desde Chrome
directSIDINGคืออะไร?
directSIDING เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wachunei และคุณลักษณะหลักของมันคือ "Log-in directo al SIDING desde Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย directSIDING
ดาวน์โหลดไฟล์ส่วนขยาย directSIDING ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
**** ESTA EXTENSIÓN ESTÁ DESCONTINUADA **** Usar directUC: http://bit.ly/directUC —————————————————————— Entra a tu SIDING desde la barra de Chrome. Características: - Recuerda tus credenciales - Ingreso automático - Entra directo a tus IngCursos Disclaimer: no se registra ninguna de tu información en algún servidor externo. Disponible también para Firefox y Android Desarrolladores: Repositorio en GitHub: https://github.com/wachunei/directSIDING
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | directSIDING |
ID | oojmieopbocohlebignkdhdnechocabc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/directsiding/oojmieopbocohlebignkdhdnechocabc |
คำอธิบาย | Log-in directo al SIDING desde Chrome |
ขนาดไฟล์ | 353 KB |
จำนวนการติดตั้ง | 565 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-03-12 |
วันที่เผยแพร่ | 2014-03-12 |
คะแนน | 4.68/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | wachunei |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://wachunei.github.com/directSIDING/ |
URL หน้าช่วยเหลือ | http://facebook.com/directSIDING |
ภาษาที่รองรับ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "directSIDING", "version": "1.1", "description": "Log-in directo al SIDING desde Chrome", "manifest_version": 2, "icons": { "16": "i\/icon_48.png", "48": "i\/icon_48.png", "128": "i\/icon_128.png", "256": "i\/icon_256.png" }, "incognito": "split", "content_scripts": [ { "matches": [ "https:\/\/*.ing.puc.cl\/*" ], "js": [ "js\/jquery-2.0.0.min.js", "js\/background.js" ] } ], "options_page": "options.html", "browser_action": { "default_icon": "i\/icon.png", "default_title": "Entrar al SIDING", "default_popup": "index.html" }, "permissions": [ "https:\/\/*.ing.puc.cl\/" ] } |