Quickly Append row to Spreadsheet

Quickly append row to Spreadsheet from Chrome extensions popup window.

Cos'è Quickly Append row to Spreadsheet?

Quickly Append row to Spreadsheet è un'estensione di Chrome sviluppata da https://airreader.hatenablog.com, e la sua funzione principale è "Quickly append row to Spreadsheet from Chrome extensions popup window.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Quickly Append row to Spreadsheet

Scarica i file di estensione Quickly Append row to Spreadsheet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Quickly Append row to Spreadsheet Quickly Append row to Spreadsheet
ID nfndcigcgikdeofdojhklbohbmcbebbj
URL Ufficiale https://chromewebstore.google.com/detail/quickly-append-row-to-spr/nfndcigcgikdeofdojhklbohbmcbebbj
Descrizione Quickly append row to Spreadsheet from Chrome extensions popup window.
Dimensione del File 158 KB
Conteggio Installazioni 38
Versione Corrente 1.0.2
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://airreader.hatenablog.com
Tipo di Pagamento free
Lingue Supportate 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'"
}