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
官方網址 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"
            ]
        }
    ]
}