Informatica QuickLook

Boost productivity with a new-age data governance experience

Informatica QuickLook là gì?

Informatica QuickLook là một tiện ích mở rộng Chrome được phát triển bởi Informatica, và tính năng chính của nó là "Boost productivity with a new-age data governance experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Informatica QuickLook

Tải xuống các tệp mở rộng Informatica QuickLook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Informatica QuickLook Informatica QuickLook
ID ebjhengpaamjfjpmmdldganmhmcbhohg
URL Chính Thức https://chromewebstore.google.com/detail/informatica-quicklook/ebjhengpaamjfjpmmdldganmhmcbhohg
Mô tả Boost productivity with a new-age data governance experience
Kích Thước Tệp 27.41 MB
Số Lần Cài Đặt 353
Phiên Bản Hiện Tại 1.15.9
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2023-11-23
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Informatica
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.informatica.com/products/data-governance.html
URL Trang Chính Sách Bảo Mật https://www.informatica.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}