SheetAside

Collect data to a spreadsheet with less clicks.

Wat is SheetAside?

SheetAside is een Chrome-extensie ontwikkeld door Libin Ilya, en de belangrijkste functie is "Collect data to a spreadsheet with less clicks.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SheetAside

Download SheetAside-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SheetAside SheetAside
ID hfpiolkhneajmbmjjjahbihgbedgnndc
Officiële URL https://chromewebstore.google.com/detail/sheetaside/hfpiolkhneajmbmjjjahbihgbedgnndc
Beschrijving Collect data to a spreadsheet with less clicks.
Bestandsgrootte 7.6 KB
Aantal Installaties 45
Huidige Versie 1.1
Laatst Bijgewerkt 2018-01-01
Publicatiedatum 2018-01-01
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Libin Ilya
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://libinpage.typeform.com/to/CEF09W
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1ReCWLIRlHhdzeTVnCW37fA2bhKLmRSDWgHYz0hQuJnY/edit?usp=sharing
Ondersteunde Talen 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"
            ]
        }
    ]
}