Quickly Append row to Spreadsheet

Quickly append row to Spreadsheet from Chrome extensions popup window.

Quickly Append row to Spreadsheetคืออะไร?

Quickly Append row to Spreadsheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://airreader.hatenablog.com และคุณลักษณะหลักของมันคือ "Quickly append row to Spreadsheet from Chrome extensions popup window."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quickly Append row to Spreadsheet

ดาวน์โหลดไฟล์ส่วนขยาย Quickly Append row to Spreadsheet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quickly Append row to Spreadsheet Quickly Append row to Spreadsheet
ID nfndcigcgikdeofdojhklbohbmcbebbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quickly-append-row-to-spr/nfndcigcgikdeofdojhklbohbmcbebbj
คำอธิบาย Quickly append row to Spreadsheet from Chrome extensions popup window.
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://airreader.hatenablog.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}