Datatera.ai

Allows to transform ANY website, file or text to structured data, spreadsheet, CRM/ERP, etc. in seconds. No code or mappings needed.

Wat is Datatera.ai?

Datatera.ai is een Chrome-extensie ontwikkeld door https://datatera.ai, en de belangrijkste functie is "Allows to transform ANY website, file or text to structured data, spreadsheet, CRM/ERP, etc. in seconds. No code or mappings needed.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Datatera.ai

Download Datatera.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

                        Allows to transform ANY website, file, or text to structured data, spreadsheet, CRM/ERP, etc. in seconds.

No code or mappings are needed. Structure of the Website or a File doesn't matter.

You define a sample of data you want to see as the result ONE time by providing 2-5 sample rows (this should be done in the web application - https://new-app.datatera.io/). After that, you can transform anything. AI will use a sample provided by you as a pattern.

In the web application (https://new-app.datatera.io/), you can download transformed data as a spreadsheet. Or connect to dozens of Applications to export data to.

Datatera.ai also provides APIs for seamless integration to your automations. 
Contact us to get more information on this ([email protected]).                    

Basisinformatie over de Extensie

Naam Datatera.ai Datatera.ai
ID eblmdnbklkapjchlcdllmhhcnkidnbio
Officiële URL https://chromewebstore.google.com/detail/datateraai/eblmdnbklkapjchlcdllmhhcnkidnbio
Beschrijving Allows to transform ANY website, file or text to structured data, spreadsheet, CRM/ERP, etc. in seconds. No code or mappings needed.
Bestandsgrootte 894 KB
Aantal Installaties 139
Huidige Versie 0.0.0.16
Laatst Bijgewerkt 2024-02-27
Publicatiedatum 2023-08-25
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://datatera.ai
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://datatera.ai/
URL van de Privacybeleid Pagina https://www.datatera.ai/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Datatera.ai",
    "manifest_version": 3,
    "version": "0.0.0.16",
    "description": "Allows to transform ANY website, file or text to structured data, spreadsheet, CRM\/ERP, etc. in seconds. No code or mappings needed.",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "\/pages\/login.html",
        "default_icon": "\/assets\/images\/logo.png"
    },
    "icons": {
        "256": "\/assets\/images\/logo.png",
        "128": "\/assets\/images\/logo.png",
        "64": "\/assets\/images\/logo.png",
        "32": "\/assets\/images\/logo.png",
        "16": "\/assets\/images\/logo.png"
    },
    "permissions": [
        "unlimitedStorage",
        "storage",
        "activeTab",
        "scripting",
        "clipboardRead",
        "downloads",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/vendor\/jquery.min.js",
                "assets\/content\/crop.js",
                "assets\/vendor\/jquery.Jcrop.min.js",
                "assets\/content\/index.js",
                "assets\/vendor\/notify.min.js",
                "assets\/content\/content.js",
                "ss-content.js"
            ],
            "css": [
                "assets\/vendor\/jquery.Jcrop.min.css",
                "assets\/content\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/vendor\/Jcrop.gif",
                "assets\/content\/pixel.png"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/new-app.datatera.io\/*",
        "https:\/\/new-app-test.datatera.io\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}