Quickly Append row to Spreadsheet
Quickly append row to Spreadsheet from Chrome extensions popup window.
Qu'est-ce que Quickly Append row to Spreadsheet ?
Quickly Append row to Spreadsheet est une extension Chrome développée par https://airreader.hatenablog.com, et sa fonction principale est "Quickly append row to Spreadsheet from Chrome extensions popup window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quickly Append row to Spreadsheet
Téléchargez les fichiers d'extension Quickly Append row to Spreadsheet 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
Works with Google Spreadsheets and allows you to quickly add data from Chrome extensions. * Feature - A form is created according to the column name of the first row - If you set a column name called URL, you enter the URL of the page that opened the popup window, and entering the column name created_at will enter the data addition date - If you set data entry rules in the second row, a radio button or a drop down menu will be displayed
Informations de Base sur l'Extension
Nom | Quickly Append row to Spreadsheet |
ID | nfndcigcgikdeofdojhklbohbmcbebbj |
URL Officiel | https://chromewebstore.google.com/detail/quickly-append-row-to-spr/nfndcigcgikdeofdojhklbohbmcbebbj |
Description | Quickly append row to Spreadsheet from Chrome extensions popup window. |
Taille du Fichier | 158 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-07 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://airreader.hatenablog.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quickly Append row to Spreadsheet", "description": "Quickly append row to Spreadsheet from Chrome extensions popup window.", "version": "1.0.2", "browser_action": { "default_popup": "contents\/html\/popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/script.google.com\/*", "tabs" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |