columns.ai
Build a data story to share from the data on the web!
Cos'è columns.ai?
columns.ai è un'estensione di Chrome sviluppata da https://columns.ai, e la sua funzione principale è "Build a data story to share from the data on the web!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione columns.ai
Scarica i file di estensione columns.ai in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | columns.ai |
ID | hfgfkpoildikklbmjnkedmapiopeacga |
URL Ufficiale | https://chromewebstore.google.com/detail/columnsai/hfgfkpoildikklbmjnkedmapiopeacga |
Descrizione | Build a data story to share from the data on the web! |
Dimensione del File | 18.14 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2022-12-28 |
Data di Pubblicazione | 2022-01-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://columns.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://columns.ai |
URL della Pagina di Aiuto | https://columns.ai/contact |
URL della Pagina della Politica sulla Privacy | https://columns.ai/privacy |
Lingue Supportate | 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 } |