columns.ai

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

Wat is columns.ai?

columns.ai is een Chrome-extensie ontwikkeld door https://columns.ai, en de belangrijkste functie is "Build a data story to share from the data on the web!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie columns.ai

Download columns.ai-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam columns.ai columns.ai
ID hfgfkpoildikklbmjnkedmapiopeacga
Officiële URL https://chromewebstore.google.com/detail/columnsai/hfgfkpoildikklbmjnkedmapiopeacga
Beschrijving Build a data story to share from the data on the web!
Bestandsgrootte 18.14 KB
Aantal Installaties 111
Huidige Versie 0.3
Laatst Bijgewerkt 2022-12-28
Publicatiedatum 2022-01-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://columns.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://columns.ai
Help Pagina-URL https://columns.ai/contact
URL van de Privacybeleid Pagina https://columns.ai/privacy
Ondersteunde Talen 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
}