MAC&PARDUS EBA Canlı Ders
MAC ve Pardus Canlı Dersi Zoom ile başlatma https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde uygulasını çalıştırır
Cos'è MAC&PARDUS EBA Canlı Ders?
MAC&PARDUS EBA Canlı Ders è un'estensione di Chrome sviluppata da Murat Zorlu, e la sua funzione principale è "MAC ve Pardus Canlı Dersi Zoom ile başlatma https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde uygulasını çalıştırır".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MAC&PARDUS EBA Canlı Ders
Scarica i file di estensione MAC&PARDUS EBA Canlı Ders in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
EBACanliDersChromeEklenti EBA canlı ders için Linux ve Mac desteğine Chrome Eklentisi https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde adresindeki kodlar için chrome eklentisi. Eklentiyi yüklediğinizde Canlı Dersler sayfasında buton çıkar ve https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde adresinde yayınlanan kodu butona tıklayarak otomatik çalıştırmanızı sağlar. Eklentiyi yükledikten sonra EBA Canlı Dersler Sayfasına "Mac&Pardus Zoom Aç" butonu eklenir. Bu buton tıklayarak açılan iletişim kutusundan dersinizi seçip Zoom açabilirsiniz. Öğrencinin Canlı Derse gitme sayfası(liveMiddleware) açılırsa canlı dersi Zoom ile açmak için size soracaktır. Atanan Canlı Ders sayfasında (etudDetail) canlı dersi Zoom ile açmak için size soracaktır.
Informazioni di Base sull'Estensione
Nome | MAC&PARDUS EBA Canlı Ders |
ID | obngbhmmpnkomhgjjnddgoniplchmfkl |
URL Ufficiale | https://chromewebstore.google.com/detail/macpardus-eba-canl%C4%B1-ders/obngbhmmpnkomhgjjnddgoniplchmfkl |
Descrizione | MAC ve Pardus Canlı Dersi Zoom ile başlatma https://gist.github.com/sh4dowb/9ecdc521c7323411f3294d5126a2bfde uygulasını çalıştırır |
Dimensione del File | 55.81 KB |
Conteggio Installazioni | 3,593 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2020-09-30 |
Data di Pubblicazione | 2020-09-04 |
Valutazione | 4.10/5 Totale 39 Valutazioni |
Sviluppatore | Murat Zorlu |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.muratzorlu.com |
URL della Pagina di Aiuto | https://github.com/muratzorlu/EBACanliDersChromeEklenti |
Lingue Supportate | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MAC&PARDUS EBA Canl\u0131 Ders", "version": "1.7", "manifest_version": 2, "description": "MAC ve Pardus Canl\u0131 Dersi Zoom ile ba\u015flatma https:\/\/gist.github.com\/sh4dowb\/9ecdc521c7323411f3294d5126a2bfde uygulas\u0131n\u0131 \u00e7al\u0131\u015ft\u0131r\u0131r", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/ders.eba.gov.tr\/*" ], "js": [ "js\/jquery-2.0.3.min.js", "js\/content-script.js" ], "css": [ "style.css" ] } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |