DataFox Profiles

Get the DataFox profile associated with the current page

DataFox Profiles क्या है?

DataFox Profiles datafox-engineering द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the DataFox profile associated with the current page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DataFox Profiles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}