Sheetgo | Connect, Filter, Merge, Excel, CSV

Connect Google Sheets, Excel, CSV, BigQuery, Google Docs and Gmail to import, export, merge, split and filter data automatically.

Sheetgo | Connect, Filter, Merge, Excel, CSVคืออะไร?

Sheetgo | Connect, Filter, Merge, Excel, CSV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sheetgo.com และคุณลักษณะหลักของมันคือ "Connect Google Sheets, Excel, CSV, BigQuery, Google Docs and Gmail to import, export, merge, split and filter data automatically."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sheetgo | Connect, Filter, Merge, Excel, CSV

ดาวน์โหลดไฟล์ส่วนขยาย Sheetgo | Connect, Filter, Merge, Excel, CSV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Welcome to Sheetgo! The simple way to automate your data management directly within your spreadsheet.

Sheetgo is an all-in-one data management tool that allows you to build custom workflows to automate entire business processes. Connect, transfer, merge, split or filter your spreadsheet data and use intelligent integrations such as Google Sheets™, Google Docs™, Gmail™, Excel and CSV files to build powerful workflows that streamline your data management.

With Sheetgo you can:

Connect Google Sheets™ to Google Sheets™, Excel and CSV files
► Transfer data between different files automatically, consolidate spreadsheets by combining multiple sheets into one central file and build an automated workflow that moves and manages your data for you.

A more reliable and scalable Importrange alternative
► Sheetgo is a quick and easy-to-use tool which is a great alternative to the Importrange function. It's more reliable, less prone to errors and easier to use because it doesn't require complex formulas or any advanced knowledge of spreadsheets. In addition, Sheetgo retains the formatting of the original data.

Control data privacy with custom workflows
► Share data without sharing your entire spreadsheet and send selected information to multiple sheets.

Better business intelligence
► Create custom solutions that provide accurate data through automated reports and dashboards for any business process.

Merge data from multiple sheets into one 
► Merge data from many spreadsheets into one automatically, pulling data into one master sheet for analysis, reporting and dashboards. 

Split data to multiple spreadsheets
► Send filtered data from a master sheet to up to 100 files automatically.

Automate Google Sheets™ and save time on your spreadsheet work
► Schedule automatic updates (hourly, daily, weekly or monthly) to move data between spreadsheets without any manual work.

Expert automation support
► Get support through access to tutorials and 1-1 video calls. 

For more information on Sheetgo plans, head to www.sheetgo.com/pricing 

Google Sheets™, Google Docs™ and Gmail™ are a trademark of Google LLC.                    

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

ชื่อ Sheetgo | Connect, Filter, Merge, Excel, CSV Sheetgo | Connect, Filter, Merge, Excel, CSV
ID jopgcfpfajmdhngaldhlhpedjncpjmle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sheetgo-connect-filter-me/jopgcfpfajmdhngaldhlhpedjncpjmle
คำอธิบาย Connect Google Sheets, Excel, CSV, BigQuery, Google Docs and Gmail to import, export, merge, split and filter data automatically.
ขนาดไฟล์ 7.35 KB
จำนวนการติดตั้ง 13,343
เวอร์ชันปัจจุบัน 4
อัปเดตครั้งล่าสุด 2023-03-23
วันที่เผยแพร่ 2020-01-15
คะแนน 4.47/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://sheetgo.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.sheetgo.com/
URL หน้าช่วยเหลือ https://support.sheetgo.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.sheetgo.com/legal/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sheetgo | Connect, Filter, Merge, Excel, CSV",
    "version": "4",
    "author": "Sheetgo.com",
    "description": "Connect Google Sheets, Excel, CSV, BigQuery, Google Docs and Gmail to import, export, merge, split and filter data automatically.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "png\/icon.png",
        "48": "png\/icon.png",
        "128": "png\/icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/*",
        "https:\/\/*.sheetgo.com\/*"
    ],
    "action": {
        "default_icon": {
            "19": "png\/icon.png",
            "38": "png\/icon.png"
        },
        "default_title": "Sheetgo"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/spreadsheets\/d\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "content.js"
            ]
        }
    ]
}