Document Converter

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

Document Converter là gì?

Document Converter là một tiện ích mở rộng Chrome được phát triển bởi https://documentconverter.com, và tính năng chính của nó là "Document Converter provides easy access to an online file converter via a widget on your toolbar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Document Converter

Tải xuống các tệp mở rộng Document Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Document Converter Document Converter
ID kmbpdjggkkonkenojiicgmjckoimbejo
URL Chính Thức https://chromewebstore.google.com/detail/document-converter/kmbpdjggkkonkenojiicgmjckoimbejo
Mô tả Document Converter provides easy access to an online file converter via a widget on your toolbar.
Kích Thước Tệp 86.23 KB
Số Lần Cài Đặt 330
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-12-19
Ngày Phát Hành 2023-12-19
Nhà Phát Triển https://documentconverter.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://documentconverter.com/public/privacypolicy_cc.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}