DLAB Takeout Tool
Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
Wat is DLAB Takeout Tool?
DLAB Takeout Tool is een Chrome-extensie ontwikkeld door DLAB, en de belangrijkste functie is "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…".
Extensie Screenshots
Download het CRX-bestand van de extensie DLAB Takeout Tool
Download DLAB Takeout Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | DLAB Takeout Tool |
ID | omejepnicpljfpfefibdkgjommaiellp |
Officiële URL | https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp |
Beschrijving | Guides user when installing their google search data from the google takeout website. Shows the user where they should click to… |
Bestandsgrootte | 58.08 KB |
Aantal Installaties | 12 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2020-12-27 |
Publicatiedatum | 2020-11-17 |
Ontwikkelaar | DLAB |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |