DLAB Takeout Tool

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

Co to jest DLAB Takeout Tool?

DLAB Takeout Tool to rozszerzenie Chrome opracowane przez DLAB, a jego główną funkcją jest „Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DLAB Takeout Tool

Pobierz pliki rozszerzeń DLAB Takeout Tool 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DLAB Takeout Tool DLAB Takeout Tool
ID omejepnicpljfpfefibdkgjommaiellp
Oficjalny URL https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp
Opis Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
Rozmiar pliku 58.08 KB
Liczba instalacji 12
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2020-12-27
Data Publikacji 2020-11-17
Deweloper DLAB
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}