Export Mode Tables
Allows you to export mode tables to a csv
Wat is Export Mode Tables?
Export Mode Tables is een Chrome-extensie ontwikkeld door Shopify, en de belangrijkste functie is "Allows you to export mode tables to a csv".
Extensie Screenshots
Download het CRX-bestand van de extensie Export Mode Tables
Download Export Mode Tables-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cjaneeddkolhbcgkjipgdpdlfgdecohj |
| Officiële URL | https://chromewebstore.google.com/detail/export-mode-tables/cjaneeddkolhbcgkjipgdpdlfgdecohj |
| Beschrijving | Allows you to export mode tables to a csv |
| Bestandsgrootte | 13.43 KB |
| Aantal Installaties | 134 |
| Huidige Versie | 0.0.0.1 |
| Laatst Bijgewerkt | 2021-01-29 |
| Publicatiedatum | 2021-01-29 |
| Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Shopify |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |