dZ-Dot

Drag-and-Drop over 3 billion time series from around the Internet into dataZoa and dataZephyr.

Τι είναι το dZ-Dot;

Το dZ-Dot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.datazoa.com, και η κύρια λειτουργία του είναι "Drag-and-Drop over 3 billion time series from around the Internet into dataZoa and dataZephyr.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης dZ-Dot

Λήψη αρχείων επέκτασης dZ-Dot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        It's a new world of data out there.  Tame it with the dZ-Dot™

Do you follow trends in economics, demographics, energy, finance, health, climate?  Then you know the pain of finding, formatting and updating from the millions of data series now on the Web.

The dZ-Dot is a universal translator for data series, presenting them in a single clean format, and automatically updating them as they change!

If you use data series from the US Census, BLS, Fred, EIA, NCES, OECD, UN, or any of the dozens of sites supported by dZ-Dot, this is a must-have.  Includes DataZephyr™ and a dataZoa™ basic account - free.

In a nutshell: drag-and-drop access to over 3 billion updating data series on the web, free.  Prepare to be thrilled!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα dZ-Dot dZ-Dot
ID ghhjmgeccolhncphlknphfnmappjmdkb
Επίσημο URL https://chromewebstore.google.com/detail/dz-dot/ghhjmgeccolhncphlknphfnmappjmdkb
Περιγραφή Drag-and-Drop over 3 billion time series from around the Internet into dataZoa and dataZephyr.
Μέγεθος Αρχείου 94.16 KB
Αριθμός Εγκαταστάσεων 506
Τρέχουσα Έκδοση 5.1.2
Τελευταία Ενημέρωση 2017-02-28
Ημερομηνία Δημοσίευσης 2017-02-28
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.datazoa.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.datazoa.com/publish/gettingpublicdata1.asp
Διεύθυνση URL της Σελίδας Βοήθειας http://www.datazoa.com/publish/gettingpublicdata1.asp
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "dZ-Dot",
    "version": "5.1.2",
    "homepage_url": "http:\/\/www.datazoa.com",
    "description": "Drag-and-Drop over 3 billion time series from around the Internet into dataZoa and dataZephyr.",
    "author": "Leading Market Technologies, Inc. (http:\/\/www.datazoa.com) ",
    "icons": {
        "16": "Icons\/icon16.png",
        "19": "Icons\/icon19.png",
        "32": "Icons\/icon32.png",
        "38": "Icons\/icon38.png",
        "48": "Icons\/icon48.png",
        "64": "Icons\/icon64.png",
        "100": "Icons\/icon100.png",
        "128": "Icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "dZ-Extension.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "Icons\/icon19.png",
            "38": "Icons\/icon38.png"
        },
        "default_title": "dZ-Dot",
        "default_popup": "dZ-Popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dZ-Dot.js",
                "dZ-Menu.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "dZ-CMenu.html",
        "Images\/*",
        "Images\/dZ-Hover.png",
        "Images\/dZ-Rest.png",
        "Images\/dZAdmin-Hover.png",
        "Images\/dZAdmin-Rest.png",
        "Images\/Upload.png",
        "Images\/Success.png",
        "Images\/Failure.png",
        "Images\/Timeout.png",
        "Images\/Loading.gif"
    ],
    "permissions": [
        "https:\/\/*.datazoa.com\/*",
        "https:\/\/*.datahydra.com\/*",
        "https:\/\/*.datathena.com\/*",
        "https:\/\/*.tsresolver0.com\/*",
        "https:\/\/factfinder.census.gov\/*",
        "storage"
    ],
    "minimum_chrome_version": "22"
}