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 là gì?

Datatera.ai là một tiện ích mở rộng Chrome được phát triển bởi https://datatera.ai, và tính năng chính của nó là "Allows to transform ANY website, file or text to structured data, spreadsheet, CRM/ERP, etc. in seconds. No code or mappings needed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Datatera.ai

Tải xuống các tệp mở rộng Datatera.ai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Datatera.ai Datatera.ai
ID eblmdnbklkapjchlcdllmhhcnkidnbio
URL Chính Thức https://chromewebstore.google.com/detail/datateraai/eblmdnbklkapjchlcdllmhhcnkidnbio
Mô tả Allows to transform ANY website, file or text to structured data, spreadsheet, CRM/ERP, etc. in seconds. No code or mappings needed.
Kích Thước Tệp 894 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 0.0.0.16
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2023-08-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://datatera.ai
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://datatera.ai/
URL Trang Chính Sách Bảo Mật https://www.datatera.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}