Datatera.ai

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

Что такое Datatera.ai?

Datatera.ai - это расширение Chrome, разработанное https://datatera.ai, и его основная функция - "Allows to transform ANY website, file or text to structured data, spreadsheet, CRM/ERP, etc. in seconds. No code or mappings needed.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Datatera.ai

Скачайте файлы расширений Datatera.ai в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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]).                    

Основная информация о расширении

Название Datatera.ai Datatera.ai
ID eblmdnbklkapjchlcdllmhhcnkidnbio
Официальный URL https://chromewebstore.google.com/detail/datateraai/eblmdnbklkapjchlcdllmhhcnkidnbio
Описание Allows to transform ANY website, file or text to structured data, spreadsheet, CRM/ERP, etc. in seconds. No code or mappings needed.
Размер файла 894 KB
Количество установок 139
Текущая Версия 0.0.0.16
Последнее Обновление 2024-02-27
Дата публикации 2023-08-25
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://datatera.ai
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://datatera.ai/
URL страницы политики конфиденциальности https://www.datatera.ai/privacy-policy
Поддерживаемые языки 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:\/\/*\/*"
    ]
}