Quickly Append row to Spreadsheet

Quickly append row to Spreadsheet from Chrome extensions popup window.

What is Quickly Append row to Spreadsheet?

Quickly Append row to Spreadsheet is a Chrome extension developed by https://airreader.hatenablog.com, and its main feature is "Quickly append row to Spreadsheet from Chrome extensions popup window.".

Extension Screenshots

Download Quickly Append row to Spreadsheet Extension CRX File

Download Quickly Append row to Spreadsheet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Quickly Append row to Spreadsheet Quickly Append row to Spreadsheet
ID nfndcigcgikdeofdojhklbohbmcbebbj
Official URL https://chromewebstore.google.com/detail/quickly-append-row-to-spr/nfndcigcgikdeofdojhklbohbmcbebbj
Description Quickly append row to Spreadsheet from Chrome extensions popup window.
File Size 158 KB
Installation Count 38
Current Version 1.0.2
Last Updated 2019-03-08
Publish Date 2019-03-07
Rating 5.00/5 Total 3 Ratings
Developer https://airreader.hatenablog.com
Payment Type free
Supported Languages 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'"
}