Quickly Append row to Spreadsheet
Quickly append row to Spreadsheet from Chrome extensions popup window.
Apa itu Quickly Append row to Spreadsheet?
Quickly Append row to Spreadsheet adalah ekstensi Chrome yang dikembangkan oleh https://airreader.hatenablog.com, dan fitur utamanya adalah "Quickly append row to Spreadsheet from Chrome extensions popup window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quickly Append row to Spreadsheet
Unduh file ekstensi Quickly Append row to Spreadsheet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Quickly Append row to Spreadsheet |
ID | nfndcigcgikdeofdojhklbohbmcbebbj |
URL Resmi | https://chromewebstore.google.com/detail/quickly-append-row-to-spr/nfndcigcgikdeofdojhklbohbmcbebbj |
Deskripsi | Quickly append row to Spreadsheet from Chrome extensions popup window. |
Ukuran File | 158 KB |
Jumlah Instalasi | 38 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-07 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://airreader.hatenablog.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |