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.”。
扩展截图
下载Datatera.ai扩展crx文件
下载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]). 扩展基本信息
| 名称 | |
| 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": [
" | |