DLAB Takeout Tool

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

Apa itu DLAB Takeout Tool?

DLAB Takeout Tool adalah ekstensi Chrome yang dikembangkan oleh DLAB, dan fitur utamanya adalah "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DLAB Takeout Tool

Unduh file ekstensi DLAB Takeout Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DLAB Takeout Tool DLAB Takeout Tool
ID omejepnicpljfpfefibdkgjommaiellp
URL Resmi https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp
Deskripsi Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
Ukuran File 58.08 KB
Jumlah Instalasi 12
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2020-12-27
Tanggal Publikasi 2020-11-17
Pengembang DLAB
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}