Informatica QuickLook

Boost productivity with a new-age data governance experience

Informatica QuickLook क्या है?

Informatica QuickLook Informatica द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost productivity with a new-age data governance experience"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Informatica QuickLook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Informatica QuickLook Browser Extension – the gateway to modernizing your data governance experience. 

Are your data governance stakeholders spending too much time and effort jumping across systems and applications to find and use trusted data? Accelerate their journeys and streamline their experience with Informatica QuickLook Browser Extension – your singular tool for seamless connectivity. 
Informatica QuickLook extends the capabilities of Informatica’s Cloud Data Governance and Catalog to various applications and tools throughout an organization's data ecosystem via browser extension that allow users to search and contribute to technical and business data assets seamlessly without having to switch webpages and accounts.                    

एक्सटेंशन की मूल जानकारी

नाम Informatica QuickLook Informatica QuickLook
ID ebjhengpaamjfjpmmdldganmhmcbhohg
आधिकारिक URL https://chromewebstore.google.com/detail/informatica-quicklook/ebjhengpaamjfjpmmdldganmhmcbhohg
विवरण Boost productivity with a new-age data governance experience
फ़ाइल का आकार 27.41 MB
स्थापना संख्या 353
वर्तमान संस्करण 1.15.9
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2023-11-23
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Informatica
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.informatica.com/products/data-governance.html
गोपनीयता नीति पृष्ठ URL https://www.informatica.com/privacy-policy.html
समर्थित भाषाएँ de,en,fr,es,es-419,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "description": "__MSG_EXT_DESC__",
    "version": "1.15.9",
    "manifest_version": 3,
    "permissions": [
        "cookies",
        "storage",
        "webRequest",
        "activeTab",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.infaqa.com\/*",
        "https:\/\/*.informaticacloud.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/informatica.png",
            "24": "icons\/informatica.png",
            "32": "icons\/informatica.png",
            "48": "icons\/informatica.png"
        },
        "default_title": "__MSG_EXT_NAME__"
    },
    "icons": {
        "16": "icons\/informatica.png",
        "32": "icons\/informatica.png",
        "48": "icons\/informatica.png",
        "128": "icons\/informatica.png"
    },
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "assets\/style.css"
            ]
        }
    ],
    "commands": {
        "getSelection": {
            "suggested_key": "Ctrl+Q",
            "description": "__MSG_CMD_GET_SELECTION_LABEL__"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/*",
                "content\/*",
                "assets\/*",
                "scripts\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
        "sandboxed_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "default_locale": "en"
}