SheetAside

Collect data to a spreadsheet with less clicks.

什么是SheetAside?

SheetAside是由Libin Ilya开发的Chrome扩展程序,该扩展的主要功能是“Collect data to a spreadsheet with less clicks.”。

扩展截图

screenshot

下载SheetAside扩展crx文件

下载SheetAside扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SheetAside SheetAside
ID hfpiolkhneajmbmjjjahbihgbedgnndc
官方URL https://chromewebstore.google.com/detail/sheetaside/hfpiolkhneajmbmjjjahbihgbedgnndc
简介 Collect data to a spreadsheet with less clicks.
文件大小 7.6 KB
安装次数 45
当前版本 1.1
更新时间 2018-01-01
上架时间 2018-01-01
评分 3.00/5 共2次评分
开发者 Libin Ilya
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://libinpage.typeform.com/to/CEF09W
隐私政策页面URL https://docs.google.com/document/d/1ReCWLIRlHhdzeTVnCW37fA2bhKLmRSDWgHYz0hQuJnY/edit?usp=sharing
支持的语言 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"
            ]
        }
    ]
}