Captain Data

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

Co je Captain Data?

Captain Data je rozšíření Chrome vyvinuté https://captaindata.co, a jeho hlavní funkcí je „Captain Data automates the web for you so you can focus on your most important work.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Captain Data

Stáhněte si soubory rozšíření Captain Data ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Captain Data Captain Data
ID jigafbdbpkblnjimhcoihaejnbkjpkbo
Oficiální URL https://chromewebstore.google.com/detail/captain-data/jigafbdbpkblnjimhcoihaejnbkjpkbo
Popis Captain Data automates the web for you so you can focus on your most important work.
Velikost souboru 8.64 KB
Počet instalací 4,569
Aktuální Verze 0.0.1.09
Poslední Aktualizace 2023-12-11
Datum Vydání 2020-09-14
Hodnocení 4.43/5 Celkem 14 Hodnocení
Vývojář https://captaindata.co
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://captaindata.co
URL Stránky Nápovědy https://support.captaindata.co
URL Stránky Zásad Ochrany Soukromí https://captaindata.co/privacy
Podporované Jazyky 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\/*"
        ]
    }
}