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