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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Retable.io, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Retable - CSV Viewer

Λήψη αρχείων επέκτασης 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 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:\/\/*\/"
    ]
}