iiSheet Spreadsheet
Fast data entry to your spreadsheets
iiSheet Spreadsheet là gì?
iiSheet Spreadsheet là một tiện ích mở rộng Chrome được phát triển bởi https://iisheet.com, và tính năng chính của nó là "Fast data entry to your spreadsheets".
Ả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 iiSheet Spreadsheet
Tải xuống các tệp mở rộng iiSheet Spreadsheet 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
iiSheet is an online form filler software program as Chrome extension for fast easy data entry to your spreadsheet --That is, you first import your spreadsheet into the program, see a form automatically generated on the screen, start to fill out the form, and save the data entries to your spreadsheet in Google Drive. No form design skill and effort is needed. The software is easy to use and fast to fill.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | iiSheet Spreadsheet |
ID | olkmmkalplmibjlcndjhheicgilbhhdm |
URL Chính Thức | https://chromewebstore.google.com/detail/iisheet-spreadsheet/olkmmkalplmibjlcndjhheicgilbhhdm |
Mô tả | Fast data entry to your spreadsheets |
Kích Thước Tệp | 27.56 KB |
Số Lần Cài Đặt | 276 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2013-08-23 |
Ngày Phát Hành | 2013-08-22 |
Đánh Giá | 3.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://iisheet.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iiSheet Spreadsheet", "version": "1.3", "description": "Fast data entry to your spreadsheets", "permissions": [ "background", "tabs", "http:\/\/*.iisheet.com\/*", "https:\/\/*.iisheet.com\/*", "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*" ], "background": { "page": "views\/background\/background.html" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*.iisheet.com\/*", "https:\/\/*.iisheet.com\/*", "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*" ], "js": [ "views\/contentscript\/contentscript.js" ] } ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_title": "iiSheet", "default_icon": "images\/icon.png", "default_popup": "views\/popup\/popup.html" }, "web_accessible_resources": [ "images\/icon.png" ], "manifest_version": 2 } |