Captain Data

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

Co to jest Captain Data?

Captain Data to rozszerzenie Chrome opracowane przez https://captaindata.co, a jego główną funkcją jest „Captain Data automates the web for you so you can focus on your most important work.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Captain Data

Pobierz pliki rozszerzeń Captain Data w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Captain Data Captain Data
ID jigafbdbpkblnjimhcoihaejnbkjpkbo
Oficjalny URL https://chromewebstore.google.com/detail/captain-data/jigafbdbpkblnjimhcoihaejnbkjpkbo
Opis Captain Data automates the web for you so you can focus on your most important work.
Rozmiar pliku 8.64 KB
Liczba instalacji 4,569
Aktualna Wersja 0.0.1.09
Ostatnia Aktualizacja 2023-12-11
Data Publikacji 2020-09-14
Ocena 4.43/5 Łącznie 14 Oceny
Deweloper https://captaindata.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://captaindata.co
Adres URL Strony Pomocy https://support.captaindata.co
Adres URL Strony Polityki Prywatności https://captaindata.co/privacy
Obsługiwane Języki 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\/*"
        ]
    }
}