DataFox Profiles

Get the DataFox profile associated with the current page

DataFox Profilesคืออะไร?

DataFox Profiles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย datafox-engineering และคุณลักษณะหลักของมันคือ "Get the DataFox profile associated with the current page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DataFox Profiles

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}