Zoho Sheet - Extension & Web Clipper

Clip data, create new spreadsheets or access your recent files using Zoho Sheet's extension and web clipper

Zoho Sheet - Extension & Web Clipper란 무엇입니까?

Zoho Sheet - Extension & Web Clipper은(는) https://zoho.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clip data, create new spreadsheets or access your recent files using Zoho Sheet's extension and web clipper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Zoho Sheet - Extension & Web Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        If you're looking at a data table online that you want to analyse, what better way to get started than using the Zoho Sheet's web clipper? In just a few clicks, you'll be able to copy and save the tables in an online spreadsheet, letting you get started on the analysis right away.

However, that's not all of it. If you've used Zoho Sheet and like it for the collaborative spreadsheet application it is, you'll definitely love the web clipper for how easy it will be to open, import, export or access your spreadsheets. 

Here's everything the Zoho Sheet extension and web clipper can do for you -

1. Clip data from websites to new or existing spreadsheets instantly.
2. Create a new spreadsheet.
3. Access the list of your recent spreadsheets.
4. Import your Excel files to Zoho Sheet.
5. Open downloaded spreadsheets or other compatible files with Zoho Sheet directly.

Whether it's data from a webpage, or a file from your computer, Zoho Sheet's extension gets it to cloud in just a few clicks. Download and start using the web clipper now!

To learn more about Zoho Sheet - https://www.zoho.com/sheet/
To send us feedbacks or suggestions - [email protected]                    

확장 프로그램 기본 정보

이름 Zoho Sheet - Extension & Web Clipper Zoho Sheet - Extension & Web Clipper
ID gljombomchjbpjchjdimmfnhilmgocjn
공식 URL https://chromewebstore.google.com/detail/zoho-sheet-extension-web/gljombomchjbpjchjdimmfnhilmgocjn
설명 Clip data, create new spreadsheets or access your recent files using Zoho Sheet's extension and web clipper
파일 크기 1 MB
설치 횟수 5,719
현재 버전 1.1.0
최근 업데이트 2022-06-27
출시 날짜 2021-05-16
평점 5.00/5 총 1 개의 평점
개발자 https://zoho.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.zoho.com/sheet/
도움말 페이지 URL https://help.zoho.com
개인정보 보호 정책 페이지 URL https://www.zoho.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoho Sheet - Extension & Web Clipper",
    "description": "Clip data, create new spreadsheets or access your recent files using Zoho Sheet's extension and web clipper",
    "version": "1.1.0",
    "permissions": [
        "cookies",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab",
        "contextMenus",
        "notifications",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Zoho Sheet",
        "default_popup": "html\/zohosheetplugin.html",
        "default_icon": "images\/ZohoSheetLogo.png"
    },
    "icons": {
        "128": "images\/ZohoSheetLogo.png"
    },
    "background": {
        "scripts": [
            "js\/storeddata.js",
            "js\/constants.js",
            "js\/utils.js",
            "js\/copylistenerbackground.js",
            "js\/sheetifier.js",
            "js\/contextmenuextension.js",
            "js\/sheetdownloader.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/copyevent.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "js\/existingworkbook.js",
        "js\/newworkbook.js"
    ],
    "incognito": "split"
}