Informatica QuickLook

Boost productivity with a new-age data governance experience

Informatica QuickLook란 무엇입니까?

Informatica QuickLook은(는) Informatica에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost productivity with a new-age data governance experience"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Informatica QuickLook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}