Export Mode Tables

Allows you to export mode tables to a csv

Vad är Export Mode Tables?

Export Mode Tables är en Chrome-tillägg utvecklad av Shopify, och dess huvudfunktion är "Allows you to export mode tables to a csv".

Tilläggsskärmbilder

screenshot

Ladda ner Export Mode Tables-förlängningens CRX-fil

Ladda ner Export Mode Tables-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Export Mode Tables Export Mode Tables
ID cjaneeddkolhbcgkjipgdpdlfgdecohj
Officiell webbadress https://chromewebstore.google.com/detail/export-mode-tables/cjaneeddkolhbcgkjipgdpdlfgdecohj
Beskrivning Allows you to export mode tables to a csv
Filstorlek 13.43 KB
Antal Installationer 134
Aktuell Version 0.0.0.1
Senast Uppdaterad 2021-01-29
Publiceringsdatum 2021-01-29
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare Shopify
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}