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은(는) https://datatera.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows to transform ANY website, file or text to structured data, spreadsheet, CRM/ERP, etc. in seconds. No code or mappings needed."입니다.

확장 프로그램 스크린샷

screenshot

Datatera.ai 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}