iiSheet Spreadsheet
Fast data entry to your spreadsheets
Qu'est-ce que iiSheet Spreadsheet ?
iiSheet Spreadsheet est une extension Chrome développée par https://iisheet.com, et sa fonction principale est "Fast data entry to your spreadsheets".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension iiSheet Spreadsheet
Téléchargez les fichiers d'extension iiSheet Spreadsheet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | iiSheet Spreadsheet |
ID | olkmmkalplmibjlcndjhheicgilbhhdm |
URL Officiel | https://chromewebstore.google.com/detail/iisheet-spreadsheet/olkmmkalplmibjlcndjhheicgilbhhdm |
Description | Fast data entry to your spreadsheets |
Taille du Fichier | 27.56 KB |
Nombre d'Installations | 276 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2013-08-23 |
Date de Publication | 2013-08-22 |
Évaluation | 3.25/5 Total 4 Évaluations |
Développeur | https://iisheet.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } |