SheetAside

Collect data to a spreadsheet with less clicks.

What is SheetAside?

SheetAside is a Chrome extension developed by Libin Ilya, and its main feature is "Collect data to a spreadsheet with less clicks.".

Extension Screenshots

screenshot

Download SheetAside Extension CRX File

Download SheetAside extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        SheetAside is a productivity tool for lead collecting, research or any other task that involve spreadsheets.
With this extension you can:

1. Quickly access your spreadsheet and insert new data.
2. Create a new spreadsheet on the fly, which automatically saves in your Google Drive.                    

Extension Basic Information

Name SheetAside SheetAside
ID hfpiolkhneajmbmjjjahbihgbedgnndc
Official URL https://chromewebstore.google.com/detail/sheetaside/hfpiolkhneajmbmjjjahbihgbedgnndc
Description Collect data to a spreadsheet with less clicks.
File Size 7.6 KB
Installation Count 45
Current Version 1.1
Last Updated 2018-01-01
Publish Date 2018-01-01
Rating 3.00/5 Total 2 Ratings
Developer Libin Ilya
Email [email protected]
Payment Type free
Help Page URL https://libinpage.typeform.com/to/CEF09W
Privacy Policy Page URL https://docs.google.com/document/d/1ReCWLIRlHhdzeTVnCW37fA2bhKLmRSDWgHYz0hQuJnY/edit?usp=sharing
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SheetAside",
    "description": "Collect data to a spreadsheet with less clicks.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "SheetAside"
    },
    "icons": {
        "16": "mashroom_logo.png",
        "48": "mashroom_logo.png",
        "128": "mashroom_logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}