Document Converter

Document Converter provides easy access to an online file converter via a widget on your toolbar.

O que é Document Converter?

Document Converter é uma extensão do Chrome desenvolvida por https://documentconverter.com, e sua principal característica é "Document Converter provides easy access to an online file converter via a widget on your toolbar.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Document Converter

Baixe arquivos de extensão Document Converter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Instantly convert files without compromising on quality with the Document Converter extension. Easily convert JPG, DOC, PPT, XLS, or PNG files to PDF and vice versa. Merge documents, presentations, and spreadsheets into a single PDF. You can also preview and share files via WhatsApp, email, or by copying a link. 


To use the file converter tool:
1. Click the puzzle icon on the toolbar, then click on Document Converter to access the widget
2. Select the file formats you want to convert 'from' and 'to’ (e.g. PDF to PPT) on the file converter tool
3. Drag and drop a file or upload one from your computer and click ‘Convert.’ 
4. Download and share your converted file

Permission:
Read and modify your data on documentconverter.com: This permission is required to make calls to our API via our domain to provide you with the communicated functionality. 


Want to share feedback? Please fill out this form and help us improve the product for you:
https://documentconverter.com/public/contactus_cc.html

You can uninstall this product at any time. Please follow the instructions here:
https://documentconverter.com/public/uninstall_cc.html

By clicking the button above, I consent to install this Chrome™ extension and abide by its Terms of Service and Privacy Policy.

Chrome is a trademark of Google LLC. Use of it here does not imply any affiliation with or endorsement by Google LLC.

Privacy Policy: https://documentconverter.com/public/privacypolicy_cc.html
Terms of Service: https://documentconverter.com/public/termsofservice_cc.html                    

Informações Básicas da Extensão

Nome Document Converter Document Converter
ID kmbpdjggkkonkenojiicgmjckoimbejo
URL Oficial https://chromewebstore.google.com/detail/document-converter/kmbpdjggkkonkenojiicgmjckoimbejo
Descrição Document Converter provides easy access to an online file converter via a widget on your toolbar.
Tamanho do Arquivo 86.23 KB
Contagem de Instalações 330
Versão Atual 1.0.0
Última Atualização 2023-12-19
Data de Publicação 2023-12-19
Desenvolvedor https://documentconverter.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://documentconverter.com/public/privacypolicy_cc.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Document Converter",
    "description": "Document Converter provides easy access to an online file converter via a widget on your toolbar.",
    "version": "1.0.0",
    "action": {
        "default_popup": "index.html"
    },
    "host_permissions": [
        "*:\/\/documentconverter.com\/*"
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "icons": {
        "48": ".\/images\/extension-logo.png"
    }
}