Captain Data

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

Cos'è Captain Data?

Captain Data è un'estensione di Chrome sviluppata da https://captaindata.co, e la sua funzione principale è "Captain Data automates the web for you so you can focus on your most important work.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Captain Data

Scarica i file di estensione Captain Data in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Captain Data Captain Data
ID jigafbdbpkblnjimhcoihaejnbkjpkbo
URL Ufficiale https://chromewebstore.google.com/detail/captain-data/jigafbdbpkblnjimhcoihaejnbkjpkbo
Descrizione Captain Data automates the web for you so you can focus on your most important work.
Dimensione del File 8.64 KB
Conteggio Installazioni 4,569
Versione Corrente 0.0.1.09
Ultimo Aggiornamento 2023-12-11
Data di Pubblicazione 2020-09-14
Valutazione 4.43/5 Totale 14 Valutazioni
Sviluppatore https://captaindata.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://captaindata.co
URL della Pagina di Aiuto https://support.captaindata.co
URL della Pagina della Politica sulla Privacy https://captaindata.co/privacy
Lingue Supportate 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\/*"
        ]
    }
}