Smart File Converter

Convert your files easily to PDF or DOC format. Smart File Converter converts documents like Word, Excel or Images to PDF or DOC.

What is Smart File Converter?

Smart File Converter is a Chrome extension developed by SmartFileConverter, and its main feature is "Convert your files easily to PDF or DOC format. Smart File Converter converts documents like Word, Excel or Images to PDF or DOC.".

Extension Screenshots

screenshot

Download Smart File Converter Extension CRX File

Download Smart File 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

                        Convert your files easily to PDF or DOC format. Smart File Converter converts documents like Word, Excel or Images to PDF or DOC.

Use Smart File Converter to convert between multiple document formats. It's Free.

Just click on the app icon to convert your files instantly in your browser. It does not switch your search page  or add any advertising extras as some other extensions do. Smart File Converter uses the highest available quality to make sure your documents will not lose the quality in the conversion process. You can choose your files directly from your local system.

Smart File Converter is a smart extension designed for simplicity and convenience.                    

Extension Basic Information

Name Smart File Converter Smart File Converter
ID plalgghfenhnglifinifnnhnacnlmnpa
Official URL https://chromewebstore.google.com/detail/smart-file-converter/plalgghfenhnglifinifnnhnacnlmnpa
Description Convert your files easily to PDF or DOC format. Smart File Converter converts documents like Word, Excel or Images to PDF or DOC.
File Size 443 KB
Installation Count 102
Current Version 0.0.0.1
Last Updated 2020-04-10
Publish Date 2020-04-08
Developer SmartFileConverter
Email [email protected]
Payment Type free
Privacy Policy Page URL https://smartpdfconverter.github.io/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart File Converter",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Convert your files easily to PDF or DOC format. Smart File Converter converts documents like Word, Excel or Images to PDF or DOC.",
    "permissions": [
        "https:\/\/*.zamzar.com\/",
        "tabs",
        "storage",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.easing.1.3.js",
                "js\/toggleSidebar.js",
                "js\/contentscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "minimum_chrome_version": "18",
    "web_accessible_resources": [
        "frame.html"
    ]
}