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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}