DataFox Profiles

Get the DataFox profile associated with the current page

DataFox Profiles là gì?

DataFox Profiles là một tiện ích mở rộng Chrome được phát triển bởi datafox-engineering, và tính năng chính của nó là "Get the DataFox profile associated with the current page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DataFox Profiles

Tải xuống các tệp mở rộng DataFox Profiles dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DataFox Profiles DataFox Profiles
ID empjbdlkdcfdeebijbhfebjmchnfhono
URL Chính Thức https://chrome.google.com/webstore/detail/empjbdlkdcfdeebijbhfebjmchnfhono
Mô tả Get the DataFox profile associated with the current page
Kích Thước Tệp 193 KB
Số Lần Cài Đặt 2,953
Phiên Bản Hiện Tại 1.2.17
Cập Nhật Lần Cuối 2022-07-04
Ngày Phát Hành 2019-06-19
Đánh Giá 4.69/5 Tổng số 16 Đánh Giá
Nhà Phát Triển datafox-engineering
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.datafox.com
URL Trang Chính Sách Bảo Mật https://www.oracle.com/legal/privacy/services-privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "js": [
                "js\/dist\/jquery-1.11.3.min.js",
                "js\/dist\/actions.js",
                "js\/dist\/ui.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/api.datafox.com\/",
        "https:\/\/*.identity.c9dev2.oc9qadev.com\/ui\/v1\/signin",
        "https:\/\/*.identity.c9qa132.oc9qadev.com\/ui\/v1\/signin",
        "https:\/\/*.identity.preprod.oraclecloud.com\/ui\/v1\/signin",
        "https:\/\/*.identity.oraclecloud.com\/ui\/v1\/signin",
        "webRequest",
        "webRequestBlocking"
    ]
}