Export Mode Tables

Allows you to export mode tables to a csv

Co to jest Export Mode Tables?

Export Mode Tables to rozszerzenie Chrome opracowane przez Shopify, a jego główną funkcją jest „Allows you to export mode tables to a csv”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Export Mode Tables

Pobierz pliki rozszerzeń Export Mode Tables w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Export Mode Tables Export Mode Tables
ID cjaneeddkolhbcgkjipgdpdlfgdecohj
Oficjalny URL https://chromewebstore.google.com/detail/export-mode-tables/cjaneeddkolhbcgkjipgdpdlfgdecohj
Opis Allows you to export mode tables to a csv
Rozmiar pliku 13.43 KB
Liczba instalacji 134
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2021-01-29
Data Publikacji 2021-01-29
Ocena 2.50/5 Łącznie 2 Oceny
Deweloper Shopify
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}