Export Mode Tables
Allows you to export mode tables to a csv
Hvad er Export Mode Tables?
Export Mode Tables er en Chrome-udvidelse udviklet af Shopify, og dens hovedfunktion er "Allows you to export mode tables to a csv".
Udvidelsesskærmbilleder
Download Export Mode Tables-udvidelses-CRX-fil
Download Export Mode Tables-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | cjaneeddkolhbcgkjipgdpdlfgdecohj |
| Officiel URL | https://chromewebstore.google.com/detail/export-mode-tables/cjaneeddkolhbcgkjipgdpdlfgdecohj |
| Beskrivelse | Allows you to export mode tables to a csv |
| Filstørrelse | 13.43 KB |
| Antal Installationer | 134 |
| Nuværende Version | 0.0.0.1 |
| Senest Opdateret | 2021-01-29 |
| Udgivelsesdato | 2021-01-29 |
| Bedømmelse | 2.50/5 Samlet 2 Bedømmelser |
| Udvikler | Shopify |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |