DataFox Profiles
Get the DataFox profile associated with the current page
Was ist DataFox Profiles?
DataFox Profiles ist eine Chrome-Erweiterung, die von datafox-engineering entwickelt wurde, und ihr Hauptmerkmal ist "Get the DataFox profile associated with the current page".
Erweiterungsscreenshots
DataFox Profiles-Erweiterungs-CRX-Datei herunterladen
Laden Sie DataFox Profiles-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | empjbdlkdcfdeebijbhfebjmchnfhono |
Offizielle URL | https://chrome.google.com/webstore/detail/empjbdlkdcfdeebijbhfebjmchnfhono |
Beschreibung | Get the DataFox profile associated with the current page |
Dateigröße | 193 KB |
Installationsanzahl | 2,953 |
Aktuelle Version | 1.2.17 |
Letztes Update | 2022-07-04 |
Veröffentlichungsdatum | 2019-06-19 |
Bewertung | 4.69/5 Insgesamt 16 Bewertungen |
Entwickler | datafox-engineering |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.datafox.com |
URL der Datenschutzrichtlinien-Seite | https://www.oracle.com/legal/privacy/services-privacy-policy.html |
Unterstützte Sprachen | 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": [ " |