DLAB Takeout Tool
Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
Vad är DLAB Takeout Tool?
DLAB Takeout Tool är en Chrome-tillägg utvecklad av DLAB, och dess huvudfunktion är "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…".
Tilläggsskärmbilder
Ladda ner DLAB Takeout Tool-förlängningens CRX-fil
Ladda ner DLAB Takeout Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | DLAB Takeout Tool |
ID | omejepnicpljfpfefibdkgjommaiellp |
Officiell webbadress | https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp |
Beskrivning | Guides user when installing their google search data from the google takeout website. Shows the user where they should click to… |
Filstorlek | 58.08 KB |
Antal Installationer | 12 |
Aktuell Version | 0.0.0.2 |
Senast Uppdaterad | 2020-12-27 |
Publiceringsdatum | 2020-11-17 |
Utvecklare | DLAB |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |