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
电子邮箱 [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\/*"
        ]
    }
}