Tabello

Convert PDF tables to Excel data

Tabello란 무엇입니까?

Tabello은(는) https://tabellopdf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert PDF tables to Excel data"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tabello 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Struggling to get data from PDF tables to Excel?

Using Tabello all you have to do is activate the extension and drag a selection around your PDF data - and your data is instantly converted to Excel friendly format, ready to be pasted into Excel (or any other spreadsheet).

A fast, accurate & secure way to copy PDF tables to Excel or Google Sheets.

FAST
Tabello is super fast and delivers instant results. Get to work with your data right away.

ACCURATE
No need to double-check the data. Tabello uses the original data in the PDF, making it 100% accurate.

SECURE
We take security seriously. Your PDF data never leaves your computer, so there is no need to worry about anyone else seeing it.

Stop wasting time on manual data entry. Let Tabello do the work for you.

Tabello supports both PDFs from the web and files hosted on your computer. Simply open the PDF in Chrome (for example by dragging the file to Chrome) and you have access to the same features as always!

Tabello is optimized to make it as easy as possible to select and extract data from a single table. Examples include annual reports, research reports, academic reports, company presentations, and other documents where PDF keeps valuable data locked down.

By installing this extension you accept our Terms of Service (https://tabellopdf.com/terms-of-service) and Privacy Policy (https://tabellopdf.com/privacy-policy). Please take the time to read it.

Read more about how to use the extension in our guide (https://www.tabellopdf.com/post/how-to-use-the-tabello-chrome-extension)                    

확장 프로그램 기본 정보

이름 Tabello Tabello
ID odddfohmnjlodebdmnipoopeemfnnoko
공식 URL https://chromewebstore.google.com/detail/tabello/odddfohmnjlodebdmnipoopeemfnnoko
설명 Convert PDF tables to Excel data
파일 크기 9.76 KB
설치 횟수 2,252
현재 버전 1.8.0
최근 업데이트 2022-12-13
출시 날짜 2019-09-13
평점 3.50/5 총 8 개의 평점
개발자 https://tabellopdf.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.tabellopdf.com
도움말 페이지 URL https://www.tabellopdf.com/support
개인정보 보호 정책 페이지 URL https://tabellopdf.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabello",
    "description": "Convert PDF tables to Excel data",
    "version": "1.8.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-48x48.png",
        "128": "images\/favicon-128x128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_title": "Open PDF in Tabello",
        "default_icon": {
            "16": "images\/favicon-16x16.png",
            "24": "images\/favicon-24x24.png",
            "32": "images\/favicon-32x32.png",
            "48": "images\/favicon-48x48.png",
            "128": "images\/favicon-128x128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}