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…
What is DAT Bootcamp Biology?
DAT Bootcamp Biology is a Chrome extension developed by https://bootcamp.com, and its main feature 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…".
Extension Screenshots
Download DAT Bootcamp Biology Extension CRX File
Download DAT Bootcamp Biology extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | DAT Bootcamp Biology |
ID | boifjfacnencpfgncaijcbekbffnfean |
Official URL | https://chromewebstore.google.com/detail/dat-bootcamp-biology/boifjfacnencpfgncaijcbekbffnfean |
Description | 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… |
File Size | 1.11 MB |
Installation Count | 6,223 |
Current Version | 2.04 |
Last Updated | 2022-01-22 |
Publish Date | 2020-03-15 |
Rating | 4.55/5 Total 20 Ratings |
Developer | https://bootcamp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://bootcamp.com/dat |
Help Page URL | https://bootcamp.com/contact |
Privacy Policy Page URL | https://bootcamp.com/privacy |
Supported Languages | 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" ] } |