JSON Sheets
Convert JSON into a Google Sheet, and vice versa.
Qu'est-ce que JSON Sheets ?
JSON Sheets est une extension Chrome développée par Rahul Matta, et sa fonction principale est "Convert JSON into a Google Sheet, and vice versa.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JSON Sheets
Téléchargez les fichiers d'extension JSON Sheets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Google Sheets doesn't support JSON importing or exporting. This simple Chrome extension solves that issue. In just 3 clicks, convert any Google Sheet into a JSON file, or vice versa. Thanks for using JSON Sheets! Please don't hesitate to reach out with questions, comments, or concerns.
Informations de Base sur l'Extension
Nom | JSON Sheets |
ID | ningaldecapifnddgdmmhcneehiidngd |
URL Officiel | https://chromewebstore.google.com/detail/json-sheets/ningaldecapifnddgdmmhcneehiidngd |
Description | Convert JSON into a Google Sheet, and vice versa. |
Taille du Fichier | 27.11 KB |
Nombre d'Installations | 172 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-07-11 |
Date de Publication | 2020-07-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Rahul Matta |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Sheets", "description": "Convert JSON into a Google Sheet, and vice versa.", "version": "0.0.1", "manifest_version": 2, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Convert JSON into a Google Sheet, and vice versa.", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "windows" ] } |