directSIDING
Log-in directo al SIDING desde Chrome
directSIDINGとは何ですか?
directSIDINGはwachuneiによって開発されたChromeの拡張機能で、その主な機能は「Log-in directo al SIDING desde Chrome」です。
拡張機能のスクリーンショット
directSIDING拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/"
]
} | |