DAT Bootcamp Biology
Review high-yield DAT biology facts in your browser tabs! Each time you open a new tab in Chrome, a new DAT biology fact will…
Cos'è DAT Bootcamp Biology?
DAT Bootcamp Biology è un'estensione di Chrome sviluppata da https://bootcamp.com, e la sua funzione principale è "Review high-yield DAT biology facts in your browser tabs! Each time you open a new tab in Chrome, a new DAT biology fact will…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DAT Bootcamp Biology
Scarica i file di estensione DAT Bootcamp Biology 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
Review high-yield DAT biology facts in your browser tabs!
Each time you open a new tab in Chrome, a new DAT biology fact will appear. Perfect for additional studying throughout the day!
✅ Get more questions correct on your DAT
✅ Works blazing fast
✅ Background changes based on time of the day
Biology facts come from DAT Bootcamp Bio Notes.
DAT Bootcamp helps pre-dental students ace the DAT with high-yield practice tests, question banks, and lesson videos. Check us out at https://bootcamp.com/dat
Privacy policy: https://bootcamp.com/privacy Informazioni di Base sull'Estensione
| Nome | |
| ID | boifjfacnencpfgncaijcbekbffnfean |
| URL Ufficiale | https://chromewebstore.google.com/detail/dat-bootcamp-biology/boifjfacnencpfgncaijcbekbffnfean |
| Descrizione | Review high-yield DAT biology facts in your browser tabs! Each time you open a new tab in Chrome, a new DAT biology fact will… |
| Dimensione del File | 1.11 MB |
| Conteggio Installazioni | 6,223 |
| Versione Corrente | 2.04 |
| Ultimo Aggiornamento | 2022-01-22 |
| Data di Pubblicazione | 2020-03-15 |
| Valutazione | 4.55/5 Totale 20 Valutazioni |
| Sviluppatore | https://bootcamp.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://bootcamp.com/dat |
| URL della Pagina di Aiuto | https://bootcamp.com/contact |
| URL della Pagina della Politica sulla Privacy | https://bootcamp.com/privacy |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DAT Bootcamp Biology",
"short_name": "Bootcamp Biology",
"version": "2.04",
"content_security_policy": "script-src 'self' 'unsafe-eval'",
"browser_action": {
"default_icon": "icon48.png",
"default_title": "New Tab"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage",
"unlimitedStorage"
]
} | |