csv to Google Sheet

A simpler way to create a google sheet from your .csv file

csv to Google Sheetคืออะไร?

csv to Google Sheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kaitlynhennacy และคุณลักษณะหลักของมันคือ "A simpler way to create a google sheet from your .csv file"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย csv to Google Sheet

ดาวน์โหลดไฟล์ส่วนขยาย csv to Google Sheet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pulling data from your browser is easy. Now viewing and sharing that data just got easier. After you download a .csv file, you only need a click and a drag to transfer it into a Google Sheet that you can manipulate, analyze, and share with colleagues. 

Options:
**Custom Delimiters, Null Values, Quote Characters - Set these or leave on auto-detect
**Convert Text to Numbers - Determines how numbers and dates are formatted in Google Sheets
**Use File Name as Title - Sets the name of the uploaded file as the spreadsheet title
**Style Column Headers - Transforms column names to sentence case, freezes rows, and wraps text
**Include Data Profiler - Adds functions to calculate percent of filled and unique cells, highlights repeat or null values                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ csv to Google Sheet csv to Google Sheet
ID hfebigpmgamiloehfnkghegpnhggniga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/csv-to-google-sheet/hfebigpmgamiloehfnkghegpnhggniga
คำอธิบาย A simpler way to create a google sheet from your .csv file
ขนาดไฟล์ 53.55 KB
จำนวนการติดตั้ง 721
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-03-17
วันที่เผยแพร่ 2021-11-19
ผู้พัฒนา kaitlynhennacy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "csv to Google Sheet",
    "version": "1.2",
    "action": {
        "default_title": "create sheet",
        "default_icon": "images\/icon.png"
    },
    "description": "A simpler way to create a google sheet from your .csv file",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Kaitlyn Hennacy",
    "background": {
        "service_worker": "background.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAigjQGTG9iPFBpV+QGhQdJ5jV8xC+IqibdZ2FiVGKkvWQCwVAYv1T\/Z64mnSMTYvT3mGpF3zPWuPn4le0gOrgUqCZZdnKpMSTertLm75GXWgdFDv\/YDM5uvrITtJZdi7vEGOptcHiTplIBRZr0Uxb4UrHpD\/c2+6\/oGXE2dNDBnL+OWlQwXv25a2JfwswofKJcIbODf32OYx7zsQPivjnIQsFgI9vzc6MLGlydkbwNRYSB3MS0Lzgm2KQlZf\/rVZrqLluiwJneOqPQzUoBxyW\/tQQsJekjAHEoitsATFoHomlRebT2I2RQAKozjYCEEp3djMPM34f+1IZFkb+K9CrUQIDAQAB",
    "oauth2": {
        "client_id": "1023744506616-c51hfe5kr0soc97ljjm392hkfdgot10o.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "identity",
        "storage"
    ]
}