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"입니다.

확장 프로그램 스크린샷

screenshot

DataFox Profiles 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 DataFox Profiles DataFox Profiles
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
이메일 [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": [
                ""
            ],
            "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"
    ]
}