DLAB Takeout Tool

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

DLAB Takeout Tool क्या है?

DLAB Takeout Tool DLAB द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DLAB Takeout Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम DLAB Takeout Tool DLAB Takeout Tool
ID omejepnicpljfpfefibdkgjommaiellp
आधिकारिक URL https://chromewebstore.google.com/detail/dlab-takeout-tool/omejepnicpljfpfefibdkgjommaiellp
विवरण Guides user when installing their google search data from the google takeout website. Shows the user where they should click to…
फ़ाइल का आकार 58.08 KB
स्थापना संख्या 12
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2020-12-27
प्रकाशन तिथि 2020-11-17
डेवलपर DLAB
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}