Retable - CSV Viewer
Retable CSV viewer helps you easily view, edit and collaborate on all CSV files on the web without downloading them to your device.
什么是Retable - CSV Viewer?
Retable - CSV Viewer是由Retable.io开发的Chrome扩展程序,该扩展的主要功能是“Retable CSV viewer helps you easily view, edit and collaborate on all CSV files on the web without downloading them to your device.”。
扩展截图
下载Retable - CSV Viewer扩展crx文件
下载Retable - CSV Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Retable's CSV Viewer Chrome plugin allows you to view, edit, and share CSV files directly in your browser without ever having to download them. Thanks to Retable's CSV File Viewer, you can access your CSV files quickly and easily, collaborate with your team members in real time, and work more efficiently. Retable's CSV Viewer is a powerful tool that makes working with CSV files simple, fast, and collaborative. With its user-friendly interface and robust set of features, you can easily open, view, and edit CSV files of any size. You can collaborate with others on your projects in real-time, allowing for seamless communication and collaboration. Install the Retable CSV Viewer extension for free and avoid downloading CSVs. Quickly view, edit and collaborate on CSV files. 🚀 Features ---------------------- 🎯No signup required 🎯Viewing all CSV files on the internet without download 🎯Editing all CSV files on the internet without download 🎯Turning CSV files into smart spreadsheets 🎯Creating different smart data views 🎯Sort, edit, filter and group all CSV files 🎯Save all CSV files on the cloud 🎯Collaborate on CSV files 🎯Export CSV files 🎯Publicly share CSV files 🎯Embed CSV files on your website 🎯Turn CSV files into custom online forms to gather more data
扩展基本信息
名称 | Retable - CSV Viewer |
ID | igdenijgigmjhonfjmoaioeagpkgfmfo |
官方URL | https://chromewebstore.google.com/detail/retable-csv-viewer/igdenijgigmjhonfjmoaioeagpkgfmfo |
简介 | Retable CSV viewer helps you easily view, edit and collaborate on all CSV files on the web without downloading them to your device. |
文件大小 | 1015 KB |
安装次数 | 2,550 |
当前版本 | 1.0.3 |
更新时间 | 2023-11-17 |
上架时间 | 2023-04-02 |
评分 | 4.76/5 共17次评分 |
开发者 | Retable.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.retable.io |
帮助页面URL | https://www.retable.io/contact |
隐私政策页面URL | https://retable.io/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Retable - CSV Viewer", "description": "Retable CSV viewer helps you easily view, edit and collaborate on all CSV files on the web without downloading them to your device.", "version": "1.0.3", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs", "scripting", "activeTab", "storage" ], "host_permissions": [ " |