Captain Data

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

Τι είναι το Captain Data;

Το Captain Data είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://captaindata.co, και η κύρια λειτουργία του είναι "Captain Data automates the web for you so you can focus on your most important work.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Captain Data

Λήψη αρχείων επέκτασης 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\/*"
        ]
    }
}