columns.ai

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

Qu'est-ce que columns.ai ?

columns.ai est une extension Chrome développée par https://columns.ai, et sa fonction principale est "Build a data story to share from the data on the web!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension columns.ai

Téléchargez les fichiers d'extension columns.ai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom columns.ai columns.ai
ID hfgfkpoildikklbmjnkedmapiopeacga
URL Officiel https://chromewebstore.google.com/detail/columnsai/hfgfkpoildikklbmjnkedmapiopeacga
Description Build a data story to share from the data on the web!
Taille du Fichier 18.14 KB
Nombre d'Installations 111
Version Actuelle 0.3
Dernière Mise à Jour 2022-12-28
Date de Publication 2022-01-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://columns.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://columns.ai
URL de la Page d'Aide https://columns.ai/contact
URL de la Page de Politique de Confidentialité https://columns.ai/privacy
Langues Prises en Charge 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
}