Quickly Append row to Spreadsheet

Quickly append row to Spreadsheet from Chrome extensions popup window.

O que é Quickly Append row to Spreadsheet?

Quickly Append row to Spreadsheet é uma extensão do Chrome desenvolvida por https://airreader.hatenablog.com, e sua principal característica é "Quickly append row to Spreadsheet from Chrome extensions popup window.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Quickly Append row to Spreadsheet

Baixe arquivos de extensão Quickly Append row to Spreadsheet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Quickly Append row to Spreadsheet Quickly Append row to Spreadsheet
ID nfndcigcgikdeofdojhklbohbmcbebbj
URL Oficial https://chromewebstore.google.com/detail/quickly-append-row-to-spr/nfndcigcgikdeofdojhklbohbmcbebbj
Descrição Quickly append row to Spreadsheet from Chrome extensions popup window.
Tamanho do Arquivo 158 KB
Contagem de Instalações 38
Versão Atual 1.0.2
Última Atualização 2019-03-08
Data de Publicação 2019-03-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://airreader.hatenablog.com
Tipo de Pagamento free
Idiomas Suportados 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'"
}