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…

O que é DAT Bootcamp Biology?

DAT Bootcamp Biology é uma extensão do Chrome desenvolvida por https://bootcamp.com, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DAT Bootcamp Biology

Baixe arquivos de extensão DAT Bootcamp Biology no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome DAT Bootcamp Biology DAT Bootcamp Biology
ID boifjfacnencpfgncaijcbekbffnfean
URL Oficial https://chromewebstore.google.com/detail/dat-bootcamp-biology/boifjfacnencpfgncaijcbekbffnfean
Descrição 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…
Tamanho do Arquivo 1.11 MB
Contagem de Instalações 6,223
Versão Atual 2.04
Última Atualização 2022-01-22
Data de Publicação 2020-03-15
Classificação 4.55/5 Total de 20 Avaliações
Desenvolvedor https://bootcamp.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bootcamp.com/dat
URL da Página de Ajuda https://bootcamp.com/contact
URL da Página de Política de Privacidade https://bootcamp.com/privacy
Idiomas Suportados 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"
    ]
}