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…
Hvad er DAT Bootcamp Biology?
DAT Bootcamp Biology er en Chrome-udvidelse udviklet af https://bootcamp.com, og dens hovedfunktion er "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…".
Udvidelsesskærmbilleder
Download DAT Bootcamp Biology-udvidelses-CRX-fil
Download DAT Bootcamp Biology-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | boifjfacnencpfgncaijcbekbffnfean |
| Officiel URL | https://chromewebstore.google.com/detail/dat-bootcamp-biology/boifjfacnencpfgncaijcbekbffnfean |
| Beskrivelse | 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… |
| Filstørrelse | 1.11 MB |
| Antal Installationer | 6,223 |
| Nuværende Version | 2.04 |
| Senest Opdateret | 2022-01-22 |
| Udgivelsesdato | 2020-03-15 |
| Bedømmelse | 4.55/5 Samlet 20 Bedømmelser |
| Udvikler | https://bootcamp.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://bootcamp.com/dat |
| Hjælpeside-URL | https://bootcamp.com/contact |
| URL til Fortrolighedspolitik Side | https://bootcamp.com/privacy |
| Understøttede Sprog | 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"
]
} | |