DataFox Profiles
Get the DataFox profile associated with the current page
¿Qué es DataFox Profiles?
DataFox Profiles es una extensión de Chrome desarrollada por datafox-engineering, y su función principal es "Get the DataFox profile associated with the current page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión DataFox Profiles
Descarga archivos de extensión DataFox Profiles 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
Learn about a company by clicking the DataFox icon from your browser when you are on the company's website. Quickly access company information like location, headcount, news, funding, and similar companies - for free.
Información Básica de la Extensión
Nombre | |
ID | empjbdlkdcfdeebijbhfebjmchnfhono |
URL Oficial | https://chrome.google.com/webstore/detail/empjbdlkdcfdeebijbhfebjmchnfhono |
Descripción | Get the DataFox profile associated with the current page |
Tamaño del Archivo | 193 KB |
Cantidad de Instalaciones | 2,953 |
Versión Actual | 1.2.17 |
Última Actualización | 2022-07-04 |
Fecha de Publicación | 2019-06-19 |
Calificación | 4.69/5 Total de 16 Calificaciones |
Desarrollador | datafox-engineering |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.datafox.com |
URL de la Página de Política de Privacidad | https://www.oracle.com/legal/privacy/services-privacy-policy.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DataFox Profiles", "description": "Get the DataFox profile associated with the current page", "version": "1.2.17", "author": "DataFox", "icons": { "16": "icons\/fox-icon-16.png", "48": "icons\/fox-icon-48.png", "128": "icons\/fox-icon-128.png" }, "sandbox": { "pages": [ "templates.html" ] }, "web_accessible_resources": [ "templates.html", "css\/dist\/sidebar_style.css", "css\/dist\/sidebar_bootstrap.css", "js\/dist\/moment.js", "js\/dist\/template.min.js", "icons\/close.png", "fonts\/icomoon.ttf", "fonts\/icomoon.woff" ], "background": { "scripts": [ "js\/dist\/jquery-1.11.3.min.js", "js\/dist\/async-1.4.2.min.js", "js\/dist\/actions.js", "js\/dist\/background.min.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/fox-icon-16.png" }, "content_scripts": [ { "css": [ "css\/dist\/ui.css" ], "matches": [ " |