Keeeb Intelligence Platform

Enables organizations to discover all their enterprise data, curate it into dynamic assets, and empower collaborative communities.

Keeeb Intelligence Platform là gì?

Keeeb Intelligence Platform là một tiện ích mở rộng Chrome được phát triển bởi http://keeeb.com, và tính năng chính của nó là "Enables organizations to discover all their enterprise data, curate it into dynamic assets, and empower collaborative communities.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Keeeb Intelligence Platform 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

                        Keeeb’s Intelligence Platform (KIP) enables organizations to discover all their enterprise data, curate it into dynamic assets, and empower collaborative communities to drive better decisions, engage customers, and accelerate possibilities. 

* Discover across your data sources without changing user behavior. Intuitively find relevant information and expertise where and when you need it.
* Collect & Curate any web content – text, images, video, and bookmarks – alongside uploaded documents and rapidly assemble them into engaging and dynamic research and whiteboards.
* Create powerful assets and leverage the enterprise’s aggregate knowledge base to develop and deliver better products and services.
* Share & Collaborate with colleagues and engage customers with valuable content. Measure behavior to generate valuable insights into users.                    

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

Tên Keeeb Intelligence Platform Keeeb Intelligence Platform
ID icalaeknaloanbbiakjfpghbjmndkaho
URL Chính Thức https://chrome.google.com/webstore/detail/keeeb-intelligence-platfo/icalaeknaloanbbiakjfpghbjmndkaho
Mô tả Enables organizations to discover all their enterprise data, curate it into dynamic assets, and empower collaborative communities.
Kích Thước Tệp 1.24 MB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 4.2.0
Cập Nhật Lần Cuối 2021-11-01
Ngày Phát Hành 2020-02-29
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://keeeb.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.keeeb.com
URL Trang Trợ Giúp https://help.keeeb.com/
URL Trang Chính Sách Bảo Mật https://www.keeeb.com/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keeeb Intelligence Platform",
    "short_name": "KeeebIP",
    "author": "Keeeb Inc.",
    "description": "Enables organizations to discover all their enterprise data, curate it into dynamic assets, and empower collaborative communities.",
    "homepage_url": "https:\/\/www.keeeb.com",
    "manifest_version": 2,
    "version": "4.2.0",
    "default_locale": "en",
    "background": {
        "scripts": [
            "vendor\/i18next-1.10.1.js",
            "lib\/common.js",
            "lib\/messaging-background.js",
            "lib\/logger-common.js",
            "lib\/logger-background.js",
            "contentscript-watcher.js",
            "keeeb-extension.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "vendor\/rangy-core-1.3.0.js",
                "vendor\/rangy-classapplier-1.3.0.js",
                "vendor\/jquery-3.5.1.min.js",
                "vendor\/jquery.regex.js",
                "vendor\/jquery-ui-1.11.4.custom.js",
                "vendor\/jquery-ui-touch-punch-0.2.3.js",
                "vendor\/i18next-1.10.1.js",
                "vendor\/mustache-2.2.1.js",
                "vendor\/moment-2.11.2.js",
                "vendor\/jquery-resizable.js",
                "lib\/messaging-foreground.js",
                "lib\/common.js",
                "lib\/styx.js",
                "lib\/image-extractor.js",
                "lib\/text-extractor.js",
                "lib\/video-extractor.js",
                "lib\/utils.js",
                "lib\/profile-view.js",
                "lib\/xhr.js",
                "lib\/selectable.js",
                "lib\/composition-bar.js",
                "lib\/pagebox.js",
                "lib\/embedded-video.js",
                "lib\/overlay.js",
                "lib\/logger-common.js",
                "lib\/logger-foreground.js",
                "lib\/target-selection.js",
                "lib\/selected-page.js",
                "lib\/screenshot.js",
                "lib\/mustache-filters.js",
                "templates\/templates.js",
                "contentscript.js"
            ],
            "css": [
                "res\/inpage-preloaded.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "minimum_chrome_version": "47",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "Collect on this page"
    }
}