EasyRetro To Excel Converter
Download your EasyRetro board as a spreadsheet
Was ist EasyRetro To Excel Converter?
EasyRetro To Excel Converter ist eine Chrome-Erweiterung, die von Ravi Suresh Mashru entwickelt wurde, und ihr Hauptmerkmal ist "Download your EasyRetro board as a spreadsheet".
Erweiterungsscreenshots
EasyRetro To Excel Converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie EasyRetro To Excel Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Download data from your EasyRetro board into a spreadsheet in a single click. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | neoomajkccfdhhbffeobjiflainanfgh |
| Offizielle URL | https://chromewebstore.google.com/detail/easyretro-to-excel-conver/neoomajkccfdhhbffeobjiflainanfgh |
| Beschreibung | Download your EasyRetro board as a spreadsheet |
| Dateigröße | 374 KB |
| Installationsanzahl | 65 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2021-04-14 |
| Veröffentlichungsdatum | 2021-02-14 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Ravi Suresh Mashru |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "EasyRetro To Excel Converter",
"description": "Download your EasyRetro board as a spreadsheet",
"version": "0.0.3",
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html"
}
} | |