Smart PDF - PDF Converter Tool

The #1 PDF converter tool that comes to make your work easy. Convert PDF online easily

Was ist Smart PDF - PDF Converter Tool?

Smart PDF - PDF Converter Tool ist eine Chrome-Erweiterung, die von http://smartpdf.org entwickelt wurde, und ihr Hauptmerkmal ist "The #1 PDF converter tool that comes to make your work easy. Convert PDF online easily".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Smart PDF - PDF Converter Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smart PDF - PDF Converter Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Smart PDF Converter Tool that works for free. Just drop the file and convert it in desired format in seconds.

By adding this extension to Chrome you are receiving the converting tool in your browser. Simply click the icon and choose needed format for conversion. Fully secure service developed in regards to the official document and personal information. 

Fast and accurate converting files up to 20 MG. We support Word, Excel, PPT, JPG formats.                    

Grundlegende Informationen zur Erweiterung

Name Smart PDF - PDF Converter Tool Smart PDF - PDF Converter Tool
ID ibpfodcdkmbbdaembfhlhgblfljifcga
Offizielle URL https://chrome.google.com/webstore/detail/smart-pdf-pdf-converter-t/ibpfodcdkmbbdaembfhlhgblfljifcga
Beschreibung The #1 PDF converter tool that comes to make your work easy. Convert PDF online easily
Dateigröße 115 KB
Installationsanzahl 41,751
Aktuelle Version 2.2.1
Letztes Update 2023-06-14
Veröffentlichungsdatum 2021-02-23
Bewertung 4.67/5 Insgesamt 281 Bewertungen
Entwickler http://smartpdf.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://smartpdf.org/
Hilfeseite URL https://smartpdf.org/feedback
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/imngoa/home
Unterstützte Sprachen 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.2.1",
    "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"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/search.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "alarms"
    ]
}