Export Mode Tables

Allows you to export mode tables to a csv

Was ist Export Mode Tables?

Export Mode Tables ist eine Chrome-Erweiterung, die von Shopify entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to export mode tables to a csv".

Erweiterungsscreenshots

screenshot

Export Mode Tables-Erweiterungs-CRX-Datei herunterladen

Laden Sie Export Mode Tables-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allows you to export Mode tables in explorations to a CSV! This extension is for you if you've ever created a Mode Exploration, and then have been dismayed at finding out you can't export the exploration table you've made to a CSV.                    

Grundlegende Informationen zur Erweiterung

Name Export Mode Tables Export Mode Tables
ID cjaneeddkolhbcgkjipgdpdlfgdecohj
Offizielle URL https://chromewebstore.google.com/detail/export-mode-tables/cjaneeddkolhbcgkjipgdpdlfgdecohj
Beschreibung Allows you to export mode tables to a csv
Dateigröße 13.43 KB
Installationsanzahl 134
Aktuelle Version 0.0.0.1
Letztes Update 2021-01-29
Veröffentlichungsdatum 2021-01-29
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler Shopify
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Mode Tables",
    "version": "0.0.0.1",
    "description": "Allows you to export mode tables to a csv",
    "permissions": [
        "debugger",
        "downloads",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "mode.png",
        "default_title": "Export Mode Tables"
    },
    "icons": {
        "128": "mode.png"
    },
    "manifest_version": 2
}