SheetAside

Collect data to a spreadsheet with less clicks.

SheetAsideคืออะไร?

SheetAside เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Libin Ilya และคุณลักษณะหลักของมันคือ "Collect data to a spreadsheet with less clicks."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SheetAside

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}