columns.ai

Build a data story to share from the data on the web!

Was ist columns.ai?

columns.ai ist eine Chrome-Erweiterung, die von https://columns.ai entwickelt wurde, und ihr Hauptmerkmal ist "Build a data story to share from the data on the web!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

columns.ai-Erweiterungs-CRX-Datei herunterladen

Laden Sie columns.ai-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Turn any data you see on the web into a data story and share it!

Current version supports 
1. Build any data story of a Google Spreadsheet.
2. Build a word cloud story of any web page.

Two demos for above two scenarios respectively 
1. Google Spreadsheet: https://youtu.be/k-PLM5M_h_w
2. Any web page text: https://youtu.be/5OqUuAWOI9w

Future releases will include supports for
1. Microsoft Excel. 
2. Any URL contains a CSV/JSON data file.
3. HTML tables on any web pages.
4. Other data connections.

To speed up more support, get in touch and send your feedback! 
https://columns.ai/contact                    

Grundlegende Informationen zur Erweiterung

Name columns.ai columns.ai
ID hfgfkpoildikklbmjnkedmapiopeacga
Offizielle URL https://chromewebstore.google.com/detail/columnsai/hfgfkpoildikklbmjnkedmapiopeacga
Beschreibung Build a data story to share from the data on the web!
Dateigröße 18.14 KB
Installationsanzahl 111
Aktuelle Version 0.3
Letztes Update 2022-12-28
Veröffentlichungsdatum 2022-01-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://columns.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://columns.ai
Hilfeseite URL https://columns.ai/contact
URL der Datenschutzrichtlinien-Seite https://columns.ai/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "columns.ai",
    "version": "0.3",
    "description": "Build a data story to share from the data on the web!",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 3
}