iiSheet Spreadsheet

Fast data entry to your spreadsheets

什麼是iiSheet Spreadsheet?

iiSheet Spreadsheet是由https://iisheet.com開發的Chrome擴展程式,該擴展的主要功能是“Fast data entry to your spreadsheets”。

擴展截圖

screenshot
screenshot
screenshot

下載iiSheet Spreadsheet擴展crx文件

下載iiSheet Spreadsheet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 iiSheet Spreadsheet
ID olkmmkalplmibjlcndjhheicgilbhhdm
官方網址 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
}