DLAB Takeout Tool
Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
Qu'est-ce que DLAB Takeout Tool ?
DLAB Takeout Tool est une extension Chrome développée par DLAB, et sa fonction principale est "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DLAB Takeout Tool
Téléchargez les fichiers d'extension DLAB Takeout Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DLAB Takeout Tool |
ID | omejepnicpljfpfefibdkgjommaiellp |
URL Officiel | https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp |
Description | Guides user when installing their google search data from the google takeout website. Shows the user where they should click to… |
Taille du Fichier | 58.08 KB |
Nombre d'Installations | 12 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2020-12-27 |
Date de Publication | 2020-11-17 |
Développeur | DLAB |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |