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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Retable - CSV Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 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": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}