Document Converter

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

What is Document Converter?

Document Converter is a Chrome extension developed by https://documentconverter.com, and its main feature is "Document Converter provides easy access to an online file converter via a widget on your toolbar.".

Extension Screenshots

screenshot

Download Document Converter Extension CRX File

Download Document Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Document Converter Document Converter
ID kmbpdjggkkonkenojiicgmjckoimbejo
Official URL https://chromewebstore.google.com/detail/document-converter/kmbpdjggkkonkenojiicgmjckoimbejo
Description Document Converter provides easy access to an online file converter via a widget on your toolbar.
File Size 86.23 KB
Installation Count 330
Current Version 1.0.0
Last Updated 2023-12-19
Publish Date 2023-12-19
Developer https://documentconverter.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://documentconverter.com/public/privacypolicy_cc.html
Supported Languages 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"
    }
}