PDF to Docs - PDF Converter Tool

The #1 converter tool that comes to make your work easy.

PDF to Docs - PDF Converter Tool란 무엇입니까?

PDF to Docs - PDF Converter Tool은(는) John Davis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The #1 converter tool that comes to make your work easy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PDF to Docs - PDF Converter Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Smart PDF converter is an online service that does conversions of most popular formats. It’s a simple and clear PDF converter that supports different formats, among which converting Word, Excel, PPT, JPG to PDF and from PDF formats. Uploading from Google Drive is available. 

It’s very easy to use PDF converter service. In order to convert required format just follow the next steps:
- Select needed format for converting. For your convenience we divided available options into two columns. The first one makes conversion to PDF format and the second converts from PDF.
- Drop the file in the appropriate box or choose from your PC. Also there is an opportunity to select a file from Google Drive.
- Press the “Convert” button and the file will be converted in a second.
- Download directly to your PC or review it online.

Features:
- Simply convert PDF to Word exactly right and accurately. 
- Convert PDF to Excel to make it editable. Excel to PDF for easy reading.
- Convert a PDF to JPG file or JPG images to PDF format.
- Easy PDF to Powerpoint conversion and return it back in a second. 

Smart PDF converter online guarantees privacy and security of all documents you upload for converting. Our server does not store files and delete them once you close the window. We take care about anonymously and safety of your official documents. Be sure that all data that you convert to PDF or convert from PDF will be secured.

Smart PDF is a free online converter tool that simplifies working with documents and images in different formats. It’s a free service allows you to convert Word to PDF as well as Excel to PDF and vice versa. 

Quick and easy access right from your browser Smart PDF processes documents in Word, Excel, PDF, PPT and JPG. Just select Word file and press convert to PDF in order to take the needed format. 

Friendly interface allows you to convert files quickly and easily. Take any format for free. Process also documents in PPT and JPG.                    

확장 프로그램 기본 정보

이름 PDF to Docs - PDF Converter Tool PDF to Docs - PDF Converter Tool
ID benjmhnicaokfjhdoolkkjiiccceigdm
공식 URL https://chrome.google.com/webstore/detail/pdf-to-docs-pdf-converter/benjmhnicaokfjhdoolkkjiiccceigdm
설명 The #1 converter tool that comes to make your work easy.
파일 크기 116 KB
설치 횟수 600,000
현재 버전 2.1.7
최근 업데이트 2022-03-21
출시 날짜 2020-05-20
평점 4.27/5 총 472 개의 평점
개발자 John Davis
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://appforyou.me/privacy.html
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.1.7",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Converter",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon.png",
            "32": "img\/icon.png",
            "48": "img\/icon.png",
            "128": "img\/icon.png"
        }
    },
    "icons": {
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/download-pdf.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}