PDF to Docs - PDF Converter Tool

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

¿Qué es PDF to Docs - PDF Converter Tool?

PDF to Docs - PDF Converter Tool es una extensión de Chrome desarrollada por John Davis, y su función principal es "The #1 converter tool that comes to make your work easy.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión PDF to Docs - PDF Converter Tool

Descarga archivos de extensión PDF to Docs - PDF Converter Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PDF to Docs - PDF Converter Tool PDF to Docs - PDF Converter Tool
ID benjmhnicaokfjhdoolkkjiiccceigdm
URL Oficial https://chrome.google.com/webstore/detail/pdf-to-docs-pdf-converter/benjmhnicaokfjhdoolkkjiiccceigdm
Descripción The #1 converter tool that comes to make your work easy.
Tamaño del Archivo 116 KB
Cantidad de Instalaciones 600,000
Versión Actual 2.1.7
Última Actualización 2022-03-21
Fecha de Publicación 2020-05-20
Calificación 4.27/5 Total de 472 Calificaciones
Desarrollador John Davis
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://appforyou.me/privacy.html
Idiomas Soportados 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",
        ""
    ]
}