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…
Vad är DAT Bootcamp Biology?
DAT Bootcamp Biology är en Chrome-tillägg utvecklad av https://bootcamp.com, och dess huvudfunktion är "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…".
Tilläggsskärmbilder
Ladda ner DAT Bootcamp Biology-förlängningens CRX-fil
Ladda ner DAT Bootcamp Biology-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | boifjfacnencpfgncaijcbekbffnfean |
| Officiell webbadress | https://chromewebstore.google.com/detail/dat-bootcamp-biology/boifjfacnencpfgncaijcbekbffnfean |
| Beskrivning | 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… |
| Filstorlek | 1.11 MB |
| Antal Installationer | 6,223 |
| Aktuell Version | 2.04 |
| Senast Uppdaterad | 2022-01-22 |
| Publiceringsdatum | 2020-03-15 |
| Betyg | 4.55/5 Totalt 20 Betyg |
| Utvecklare | https://bootcamp.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://bootcamp.com/dat |
| Hjälpsida URL | https://bootcamp.com/contact |
| URL till Sekretesspolicy Sidan | https://bootcamp.com/privacy |
| Stödda Språk | 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"
]
} | |