Kurrant.ai

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

Kurrant.aiとは何ですか?

Kurrant.aiはhttps://kurrant.aiによって開発されたChromeの拡張機能で、その主な機能は「Get access to Kurrant AI’s private and public company database directly from your Chrome browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Kurrant.ai拡張機能のCRXファイルをダウンロード

Kurrant.ai拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Kurrant.ai Kurrant.ai
ID mkohhbonmnbbeceekfniakihnmpibedm
公式URL https://chromewebstore.google.com/detail/kurrantai/mkohhbonmnbbeceekfniakihnmpibedm
説明 Get access to Kurrant AI’s private and public company database directly from your Chrome browser.
ファイルサイズ 2.29 MB
インストール数 36
現在のバージョン 1.0.3
最終更新日 2022-10-28
公開日 2021-04-20
評価 5.00/5 合計 1 レビュー
開発者 https://kurrant.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://kurrant.ai/
対応言語 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": [
                ""
            ]
        }
    ]
}