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
公式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
}