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…
Was ist DAT Bootcamp Biology?
DAT Bootcamp Biology ist eine Chrome-Erweiterung, die von https://bootcamp.com entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
DAT Bootcamp Biology-Erweiterungs-CRX-Datei herunterladen
Laden Sie DAT Bootcamp Biology-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | boifjfacnencpfgncaijcbekbffnfean |
| Offizielle URL | https://chromewebstore.google.com/detail/dat-bootcamp-biology/boifjfacnencpfgncaijcbekbffnfean |
| Beschreibung | 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… |
| Dateigröße | 1.11 MB |
| Installationsanzahl | 6,223 |
| Aktuelle Version | 2.04 |
| Letztes Update | 2022-01-22 |
| Veröffentlichungsdatum | 2020-03-15 |
| Bewertung | 4.55/5 Insgesamt 20 Bewertungen |
| Entwickler | https://bootcamp.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://bootcamp.com/dat |
| Hilfeseite URL | https://bootcamp.com/contact |
| URL der Datenschutzrichtlinien-Seite | https://bootcamp.com/privacy |
| Unterstützte Sprachen | 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"
]
} | |