iiSheet Spreadsheet
Fast data entry to your spreadsheets
iiSheet Spreadsheet란 무엇입니까?
iiSheet Spreadsheet은(는) https://iisheet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast data entry to your spreadsheets"입니다.
확장 프로그램 스크린샷
iiSheet Spreadsheet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | iiSheet Spreadsheet |
ID | olkmmkalplmibjlcndjhheicgilbhhdm |
공식 URL | https://chromewebstore.google.com/detail/iisheet-spreadsheet/olkmmkalplmibjlcndjhheicgilbhhdm |
설명 | Fast data entry to your spreadsheets |
파일 크기 | 27.56 KB |
설치 횟수 | 276 |
현재 버전 | 1.3 |
최근 업데이트 | 2013-08-23 |
출시 날짜 | 2013-08-22 |
평점 | 3.25/5 총 4 개의 평점 |
개발자 | https://iisheet.com |
결제 유형 | free |
지원되는 언어 | 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 } |