Quickly Append row to Spreadsheet
Quickly append row to Spreadsheet from Chrome extensions popup window.
Vad är Quickly Append row to Spreadsheet?
Quickly Append row to Spreadsheet är en Chrome-tillägg utvecklad av https://airreader.hatenablog.com, och dess huvudfunktion är "Quickly append row to Spreadsheet from Chrome extensions popup window.".
Tilläggsskärmbilder
Ladda ner Quickly Append row to Spreadsheet-förlängningens CRX-fil
Ladda ner Quickly Append row to Spreadsheet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | nfndcigcgikdeofdojhklbohbmcbebbj |
| Officiell webbadress | https://chromewebstore.google.com/detail/quickly-append-row-to-spr/nfndcigcgikdeofdojhklbohbmcbebbj |
| Beskrivning | Quickly append row to Spreadsheet from Chrome extensions popup window. |
| Filstorlek | 158 KB |
| Antal Installationer | 38 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2019-03-08 |
| Publiceringsdatum | 2019-03-07 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://airreader.hatenablog.com |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |