Add row to Google Sheets
Allows you to add a row to a Google Sheet from a browser popup
Add row to Google Sheets là gì?
Add row to Google Sheets là một tiện ích mở rộng Chrome được phát triển bởi gsingh93, và tính năng chính của nó là "Allows you to add a row to a Google Sheet from a browser popup".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Add row to Google Sheets
Tải xuống các tệp mở rộng Add row to Google Sheets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension allows you to add a select a Google Sheet and add a row to it from a browser popup. Great for note taking when you don't want to open up the slow Google Sheets web page. This extension is open source, the code can be found here: https://github.com/gsingh93/add-row-to-google-sheets-extension. Please file issues here: https://github.com/gsingh93/add-row-to-google-sheets-extension/issues. I do not check Chrome Store reviews.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | baikkcmfolbapkeefcdccadmelcnijcd |
URL Chính Thức | https://chromewebstore.google.com/detail/add-row-to-google-sheets/baikkcmfolbapkeefcdccadmelcnijcd |
Mô tả | Allows you to add a row to a Google Sheet from a browser popup |
Kích Thước Tệp | 4.89 KB |
Số Lần Cài Đặt | 167 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2019-03-04 |
Ngày Phát Hành | 2019-03-04 |
Nhà Phát Triển | gsingh93 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/gsingh93/add-row-to-google-sheets-extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add row to Google Sheets", "version": "0.0.1", "manifest_version": 2, "description": "Allows you to add a row to a Google Sheet from a browser popup", "homepage_url": "https:\/\/github.com\/gsingh93\/add-row-to-google-sheets-extension", "browser_action": { "default_title": "Add row to Google Sheets", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self';", "oauth2": { "client_id": "10813019713-2eo6i3k0jsao51ce1gr1sr3pugkc933p.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly", "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] }, "permissions": [ "identity" ] } |