Quickly Append row to Spreadsheet
Quickly append row to Spreadsheet from Chrome extensions popup window.
Co to jest Quickly Append row to Spreadsheet?
Quickly Append row to Spreadsheet to rozszerzenie Chrome opracowane przez https://airreader.hatenablog.com, a jego główną funkcją jest „Quickly append row to Spreadsheet from Chrome extensions popup window.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quickly Append row to Spreadsheet
Pobierz pliki rozszerzeń Quickly Append row to Spreadsheet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Quickly Append row to Spreadsheet |
ID | nfndcigcgikdeofdojhklbohbmcbebbj |
Oficjalny URL | https://chromewebstore.google.com/detail/quickly-append-row-to-spr/nfndcigcgikdeofdojhklbohbmcbebbj |
Opis | Quickly append row to Spreadsheet from Chrome extensions popup window. |
Rozmiar pliku | 158 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-07 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://airreader.hatenablog.com |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |