Quickly Append row to Spreadsheet

Quickly append row to Spreadsheet from Chrome extensions popup window.

Quickly Append row to Spreadsheet là gì?

Quickly Append row to Spreadsheet là một tiện ích mở rộng Chrome được phát triển bởi https://airreader.hatenablog.com, và tính năng chính của nó là "Quickly append row to Spreadsheet from Chrome extensions popup window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Quickly Append row to Spreadsheet

Tải xuống các tệp mở rộng Quickly Append row to Spreadsheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quickly Append row to Spreadsheet Quickly Append row to Spreadsheet
ID nfndcigcgikdeofdojhklbohbmcbebbj
URL Chính Thức https://chromewebstore.google.com/detail/quickly-append-row-to-spr/nfndcigcgikdeofdojhklbohbmcbebbj
Mô tả Quickly append row to Spreadsheet from Chrome extensions popup window.
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://airreader.hatenablog.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}