DLAB Takeout Tool

Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…

Was ist DLAB Takeout Tool?

DLAB Takeout Tool ist eine Chrome-Erweiterung, die von DLAB entwickelt wurde, und ihr Hauptmerkmal ist "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

DLAB Takeout Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie DLAB Takeout Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Guides user when installing their google search data from the google takeout website. Shows the user where they should click to export their google search data. Validates each step to make sure that only the search data is selected.                    

Grundlegende Informationen zur Erweiterung

Name DLAB Takeout Tool DLAB Takeout Tool
ID omejepnicpljfpfefibdkgjommaiellp
Offizielle URL https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp
Beschreibung Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
Dateigröße 58.08 KB
Installationsanzahl 12
Aktuelle Version 0.0.0.2
Letztes Update 2020-12-27
Veröffentlichungsdatum 2020-11-17
Entwickler DLAB
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DLAB Takeout Tool",
    "version": "0.0.0.2",
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/takeout.google.com\/settings\/takeout\/downloads*"
            ],
            "matches": [
                "*:\/\/*.takeout.google.com\/settings\/takeout*",
                "https:\/\/takeout.google.com\/",
                "https:\/\/takeout.google.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "bootstrap-tour-standalone.min.js",
                "content.js"
            ],
            "css": [
                "bootstrap-tour-standalone.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "config\/config.json"
    ],
    "icons": {
        "16": "dlab16x16.png",
        "46": "dlab48x48.png",
        "128": "dlab128x128.png"
    }
}