DLAB Takeout Tool
Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
Cos'è DLAB Takeout Tool?
DLAB Takeout Tool è un'estensione di Chrome sviluppata da DLAB, e la sua funzione principale è "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DLAB Takeout Tool
Scarica i file di estensione DLAB Takeout Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | DLAB Takeout Tool |
ID | omejepnicpljfpfefibdkgjommaiellp |
URL Ufficiale | https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp |
Descrizione | Guides user when installing their google search data from the google takeout website. Shows the user where they should click to… |
Dimensione del File | 58.08 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2020-12-27 |
Data di Pubblicazione | 2020-11-17 |
Sviluppatore | DLAB |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |