iiSheet Spreadsheet

Fast data entry to your spreadsheets

iiSheet Spreadsheet क्या है?

iiSheet Spreadsheet https://iisheet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast data entry to your spreadsheets"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iiSheet Spreadsheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}