Smart PDF - PDF Converter Tool

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

Hvad er Smart PDF - PDF Converter Tool?

Smart PDF - PDF Converter Tool er en Chrome-udvidelse udviklet af http://smartpdf.org, og dens hovedfunktion er "The #1 PDF converter tool that comes to make your work easy. Convert PDF online easily".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Smart PDF - PDF Converter Tool-udvidelses-CRX-fil

Download Smart PDF - PDF Converter Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Smart PDF - PDF Converter Tool Smart PDF - PDF Converter Tool
ID ibpfodcdkmbbdaembfhlhgblfljifcga
Officiel URL https://chrome.google.com/webstore/detail/smart-pdf-pdf-converter-t/ibpfodcdkmbbdaembfhlhgblfljifcga
Beskrivelse The #1 PDF converter tool that comes to make your work easy. Convert PDF online easily
Filstørrelse 115 KB
Antal Installationer 41,751
Nuværende Version 2.2.1
Senest Opdateret 2023-06-14
Udgivelsesdato 2021-02-23
Bedømmelse 4.67/5 Samlet 281 Bedømmelser
Udvikler http://smartpdf.org
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://smartpdf.org/
Hjælpeside-URL https://smartpdf.org/feedback
URL til Fortrolighedspolitik Side https://sites.google.com/view/imngoa/home
Understøttede Sprog 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"
    ]
}