iiSheet Spreadsheet

Fast data entry to your spreadsheets

ما هو iiSheet Spreadsheet؟

iiSheet Spreadsheet هو إضافة Chrome تم تطويرها بواسطة https://iisheet.com، والميزة الرئيسية لها هي "Fast data entry to your spreadsheets".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة iiSheet Spreadsheet

قم بتنزيل ملفات الامتداد iiSheet Spreadsheet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}