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はhttps://airreader.hatenablog.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly append row to Spreadsheet from Chrome extensions popup window.」です。
拡張機能のスクリーンショット
Quickly Append row to Spreadsheet拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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'"
} | |