columns.ai

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

columns.ai क्या है?

columns.ai https://columns.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build a data story to share from the data on the web!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में columns.ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम columns.ai columns.ai
ID hfgfkpoildikklbmjnkedmapiopeacga
आधिकारिक URL https://chromewebstore.google.com/detail/columnsai/hfgfkpoildikklbmjnkedmapiopeacga
विवरण Build a data story to share from the data on the web!
फ़ाइल का आकार 18.14 KB
स्थापना संख्या 111
वर्तमान संस्करण 0.3
अंतिम अपडेट 2022-12-28
प्रकाशन तिथि 2022-01-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://columns.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://columns.ai
सहायता पृष्ठ URL https://columns.ai/contact
गोपनीयता नीति पृष्ठ URL https://columns.ai/privacy
समर्थित भाषाएँ 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
}