Foca Files Finder

Scan the site and analyze the files with Foca!

¿Qué es Foca Files Finder?

Foca Files Finder es una extensión de Chrome desarrollada por Telefonica Tech, y su función principal es "Scan the site and analyze the files with Foca!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Foca Files Finder

Descarga archivos de extensión Foca Files Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        # Foca Files Finder

Foca Files Finder uses Bing to search for documents hosted in a domain.

This extension is quite simple:

* Push a browser button to scan a site.
* The plugin will show all documents hosted in a domain, thanks to Bing technology.
* Export, if you want to, results to a file and use them in FOCA.
* Use a setting window to customize your searchs.

Future versions will send report to FOCA automatically.                    

Información Básica de la Extensión

Nombre Foca Files Finder Foca Files Finder
ID mhobefinhafbleanihidiifaedcceoij
URL Oficial https://chromewebstore.google.com/detail/foca-files-finder/mhobefinhafbleanihidiifaedcceoij
Descripción Scan the site and analyze the files with Foca!
Tamaño del Archivo 464 KB
Cantidad de Instalaciones 1,319
Versión Actual 1.0
Última Actualización 2018-12-22
Fecha de Publicación 2018-12-18
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Telefonica Tech
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Foca Files Finder",
    "version": "1.0",
    "background": {
        "scripts": [
            "popup\/autoscan.js"
        ]
    },
    "description": "Scan the site and analyze the files with Foca!",
    "icons": {
        "48": "icons\/foca.png"
    },
    "content_scripts": [
        {
            "js": [
                "popup\/focafiles.js",
                "popup\/jquery-1.12.4.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "popup\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/foca.png"
        },
        "default_title": "Foca Files Finder",
        "default_popup": "popup\/focafiles.html"
    }
}