Kurrant.ai

Get access to Kurrant AI’s private and public company database directly from your Chrome browser.

Kurrant.ai là gì?

Kurrant.ai là một tiện ích mở rộng Chrome được phát triển bởi https://kurrant.ai, và tính năng chính của nó là "Get access to Kurrant AI’s private and public company database directly from your Chrome browser.".

Ả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 Kurrant.ai

Tải xuống các tệp mở rộng Kurrant.ai 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

                        Unsurpassed Coverage for Superior Results:
With millions of unique companies (and growing) in our proprietary database, get reliable, updated market coverage on the companies most relevant to your investment strategy. Identify your targets faster and stay ahead of the curve.

Streamline Workflow for Maximum Efficiency:
See key data such as funding history, employee counts, and financial data about companies directly as you browse their websites.

Enrich Your Discovery Lists:
If you are already a Kurrant AI user, add companies that catch your eye to your custom lists within the app and rate them to get AI-powered custom recommendations. Companies that are not yet in Kurrant AI will automatically be added to our database ready for your due diligence.

Download the extension and sign up for Kurrant now—free. Lead and close deals before your competitors.                    

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

Tên Kurrant.ai Kurrant.ai
ID mkohhbonmnbbeceekfniakihnmpibedm
URL Chính Thức https://chromewebstore.google.com/detail/kurrantai/mkohhbonmnbbeceekfniakihnmpibedm
Mô tả Get access to Kurrant AI’s private and public company database directly from your Chrome browser.
Kích Thước Tệp 2.29 MB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-10-28
Ngày Phát Hành 2021-04-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://kurrant.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kurrant.ai/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kurrant.ai",
    "version": "1.0.3",
    "description": "Get access to Kurrant AI\u2019s private and public company database directly from your Chrome browser.",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-16.png",
                "icon-24.png",
                "icon-32.png",
                "icon-48.png",
                "icon-128.png",
                "sidebar.html",
                "linkListener.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}