Export Mode Tables
Allows you to export mode tables to a csv
Cos'è Export Mode Tables?
Export Mode Tables è un'estensione di Chrome sviluppata da Shopify, e la sua funzione principale è "Allows you to export mode tables to a csv".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Export Mode Tables
Scarica i file di estensione Export Mode Tables in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | cjaneeddkolhbcgkjipgdpdlfgdecohj |
| URL Ufficiale | https://chromewebstore.google.com/detail/export-mode-tables/cjaneeddkolhbcgkjipgdpdlfgdecohj |
| Descrizione | Allows you to export mode tables to a csv |
| Dimensione del File | 13.43 KB |
| Conteggio Installazioni | 134 |
| Versione Corrente | 0.0.0.1 |
| Ultimo Aggiornamento | 2021-01-29 |
| Data di Pubblicazione | 2021-01-29 |
| Valutazione | 2.50/5 Totale 2 Valutazioni |
| Sviluppatore | Shopify |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |