B3DWebDriver
Provides extra native functionality to 3DNetMedical.
O que é B3DWebDriver?
B3DWebDriver é uma extensão do Chrome desenvolvida por https://www.3dnetmedical.com, e sua principal característica é "Provides extra native functionality to 3DNetMedical.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão B3DWebDriver
Baixe arquivos de extensão B3DWebDriver 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
Provides extra native functionality to 3DNetMedical.
Informações Básicas da Extensão
Nome | B3DWebDriver |
ID | agmcbllppnndphgfcbhhafedoahiffad |
URL Oficial | https://chromewebstore.google.com/detail/b3dwebdriver/agmcbllppnndphgfcbhhafedoahiffad |
Descrição | Provides extra native functionality to 3DNetMedical. |
Tamanho do Arquivo | 50.93 KB |
Contagem de Instalações | 419 |
Versão Atual | 1.0.317 |
Última Atualização | 2023-07-03 |
Data de Publicação | 2020-04-06 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | https://www.3dnetmedical.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://www.3dnetmedical.com/docs/PrivacyPolicy.pdf |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.0.317", "author": "Biotronics 3D Ltd.", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/favicon.png", "128": "images\/favicon.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.3dnetmedical.com\/*", "*:\/\/*.affidea.com\/*", "*:\/\/*.affidea.pt\/*", "*:\/\/*.euromedic.pt\/*", "*:\/\/*.affidea-portal.ch\/*", "*:\/\/*.affidea.ie\/*", "*:\/\/*.affidea.hu\/*", "*:\/\/*.affidea.lt\/*", "*:\/\/*.affidea.hu\/*", "*:\/\/*.affidea.ro\/*", "*:\/\/*.hygeia-group.com\/*", "*:\/\/*.euroclinic.gr\/*", "*:\/\/*.biotypos.gr\/*", "*:\/\/*.he-experience.com\/*", "*:\/\/*.he-experience.gr\/*", "*:\/\/*.euromednet.gr\/*", "*:\/\/oly-pacs.intracom-telecom.com\/*", "*:\/\/*.metropolitan-general.gr\/*" ], "js": [ "scripts\/content.js" ] } ], "host_permissions": [ "*:\/\/*.3dnetmedical.com\/*", "*:\/\/*.affidea.com\/*", "*:\/\/*.affidea.pt\/*", "*:\/\/*.euromedic.pt\/*", "*:\/\/*.affidea-portal.ch\/*", "*:\/\/*.affidea.ie\/*", "*:\/\/*.affidea.hu\/*", "*:\/\/*.affidea.lt\/*", "*:\/\/*.affidea.hu\/*", "*:\/\/*.affidea.ro\/*", "*:\/\/*.hygeia-group.com\/*", "*:\/\/*.euroclinic.gr\/*", "*:\/\/*.biotypos.gr\/*", "*:\/\/*.he-experience.com\/*", "*:\/\/*.he-experience.gr\/*", "*:\/\/*.euromednet.gr\/*", "*:\/\/oly-pacs.intracom-telecom.com\/*", "*:\/\/*.metropolitan-general.gr\/*" ], "permissions": [ "system.display", "storage" ], "options_ui": { "page": "options\/options.html", "open_in_tab": true } } |