DataFox Profiles
Get the DataFox profile associated with the current page
DataFox Profilesとは何ですか?
DataFox Profilesはdatafox-engineeringによって開発されたChromeの拡張機能で、その主な機能は「Get the DataFox profile associated with the current page」です。
拡張機能のスクリーンショット
DataFox Profiles拡張機能のCRXファイルをダウンロード
DataFox Profiles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | empjbdlkdcfdeebijbhfebjmchnfhono |
公式URL | https://chrome.google.com/webstore/detail/empjbdlkdcfdeebijbhfebjmchnfhono |
説明 | Get the DataFox profile associated with the current page |
ファイルサイズ | 193 KB |
インストール数 | 2,953 |
現在のバージョン | 1.2.17 |
最終更新日 | 2022-07-04 |
公開日 | 2019-06-19 |
評価 | 4.69/5 合計 16 レビュー |
開発者 | datafox-engineering |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.datafox.com |
プライバシーポリシーページのURL | https://www.oracle.com/legal/privacy/services-privacy-policy.html |
対応言語 | 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": [ " |