Export Mode Tables

Allows you to export mode tables to a csv

Apa itu Export Mode Tables?

Export Mode Tables adalah ekstensi Chrome yang dikembangkan oleh Shopify, dan fitur utamanya adalah "Allows you to export mode tables to a csv".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Export Mode Tables

Unduh file ekstensi Export Mode Tables dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Export Mode Tables Export Mode Tables
ID cjaneeddkolhbcgkjipgdpdlfgdecohj
URL Resmi https://chromewebstore.google.com/detail/export-mode-tables/cjaneeddkolhbcgkjipgdpdlfgdecohj
Deskripsi Allows you to export mode tables to a csv
Ukuran File 13.43 KB
Jumlah Instalasi 134
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2021-01-29
Tanggal Publikasi 2021-01-29
Penilaian 2.50/5 Total 2 Penilaian
Pengembang Shopify
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}