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…
Wat is DAT Bootcamp Biology?
DAT Bootcamp Biology is een Chrome-extensie ontwikkeld door https://bootcamp.com, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie DAT Bootcamp Biology
Download DAT Bootcamp Biology-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | boifjfacnencpfgncaijcbekbffnfean |
| Officiële URL | https://chromewebstore.google.com/detail/dat-bootcamp-biology/boifjfacnencpfgncaijcbekbffnfean |
| Beschrijving | 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… |
| Bestandsgrootte | 1.11 MB |
| Aantal Installaties | 6,223 |
| Huidige Versie | 2.04 |
| Laatst Bijgewerkt | 2022-01-22 |
| Publicatiedatum | 2020-03-15 |
| Beoordeling | 4.55/5 Totaal 20 Beoordelingen |
| Ontwikkelaar | https://bootcamp.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://bootcamp.com/dat |
| Help Pagina-URL | https://bootcamp.com/contact |
| URL van de Privacybeleid Pagina | https://bootcamp.com/privacy |
| Ondersteunde Talen | 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"
]
} | |