Captain Data

Captain Data automates the web for you so you can focus on your most important work.

Captain Dataとは何ですか?

Captain Dataはhttps://captaindata.coによって開発されたChromeの拡張機能で、その主な機能は「Captain Data automates the web for you so you can focus on your most important work.」です。

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

screenshot

Captain Data拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Captain Data helps marketers, sales, HR and business people automate the web, so you can focus on your most important work.

With a few clicks, we enable you to use automated scenarios, without any technical knowledge.

This extension will automatically retrieve the session cookies of the websites you're connected to. While using the Captain Data platform, you will have the possibility to automatically fetch such cookies to configure your workflows.                    

拡張機能の基本情報

名前 Captain Data Captain Data
ID jigafbdbpkblnjimhcoihaejnbkjpkbo
公式URL https://chromewebstore.google.com/detail/captain-data/jigafbdbpkblnjimhcoihaejnbkjpkbo
説明 Captain Data automates the web for you so you can focus on your most important work.
ファイルサイズ 8.64 KB
インストール数 4,569
現在のバージョン 0.0.1.09
最終更新日 2023-12-11
公開日 2020-09-14
評価 4.43/5 合計 14 レビュー
開発者 https://captaindata.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://captaindata.co
ヘルプページのURL https://support.captaindata.co
プライバシーポリシーページのURL https://captaindata.co/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Captain Data",
    "short_name": "Captain Data",
    "description": "Captain Data automates the web for you so you can focus on your most important work.",
    "author": "Captain Data",
    "version": "0.0.1.09",
    "homepage_url": "https:\/\/app.captaindata.co",
    "manifest_version": 3,
    "background": {
        "service_worker": "source\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Captain Data"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.captaindata.co\/*",
            "*:\/\/staging.app.captaindata.co\/*",
            "*:\/\/localhost\/*",
            "*:\/\/leadgen.localhost\/*",
            "*:\/\/api.captaindata.co\/*",
            "*:\/\/staging.api.captaindata.co\/*",
            "*:\/\/sourcr.captaindata.co\/*",
            "*:\/\/prospr.captaindata.co\/*",
            "*:\/\/searchr.captaindata.co\/*",
            "*:\/\/enrichr.captaindata.co\/*"
        ]
    }
}