Smart PDF - PDF Converter Tool

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

Smart PDF - PDF Converter Tool क्या है?

Smart PDF - PDF Converter Tool http://smartpdf.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The #1 PDF converter tool that comes to make your work easy. Convert PDF online easily"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart PDF - PDF Converter Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Smart PDF - PDF Converter Tool Smart PDF - PDF Converter Tool
ID ibpfodcdkmbbdaembfhlhgblfljifcga
आधिकारिक URL https://chrome.google.com/webstore/detail/smart-pdf-pdf-converter-t/ibpfodcdkmbbdaembfhlhgblfljifcga
विवरण The #1 PDF converter tool that comes to make your work easy. Convert PDF online easily
फ़ाइल का आकार 115 KB
स्थापना संख्या 41,751
वर्तमान संस्करण 2.2.1
अंतिम अपडेट 2023-06-14
प्रकाशन तिथि 2021-02-23
रेटिंग 4.67/5 कुल 281 रेटिंग्स
डेवलपर http://smartpdf.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://smartpdf.org/
सहायता पृष्ठ URL https://smartpdf.org/feedback
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/imngoa/home
समर्थित भाषाएँ 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"
    ]
}