PDF Converted - Convert Documents

Convert your Documents to PDF and vice-versa format for free.

Cos'è PDF Converted - Convert Documents?

PDF Converted - Convert Documents è un'estensione di Chrome sviluppata da http://pdfconverted.com, e la sua funzione principale è "Convert your Documents to PDF and vice-versa format for free.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PDF Converted - Convert Documents

Scarica i file di estensione PDF Converted - Convert Documents in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This software is free to use and will convert your documents into PDF and vice-versa within seconds. You can choose the document from either your computer/Google Drive and our website will do the rest.

If you choose to convert a document from your Google Drive, you'll need to give us permission/access to Google Drive documents. After we have converted your file, you can choose to either save the output PDF file onto your computer/onto your Google Drive.

Try this software out today for free.                    

Informazioni di Base sull'Estensione

Nome PDF Converted - Convert Documents PDF Converted - Convert Documents
ID jpcfopbpibkbfaeocpkkjldledjijacl
URL Ufficiale https://chrome.google.com/webstore/detail/pdf-converted-convert-doc/jpcfopbpibkbfaeocpkkjldledjijacl
Descrizione Convert your Documents to PDF and vice-versa format for free.
Dimensione del File 72.9 KB
Conteggio Installazioni 3,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-09-02
Data di Pubblicazione 2019-09-02
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://pdfconverted.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.wallpaperaddons.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PDF Converted - Convert Documents",
    "version": "1.0.0",
    "description": "Convert your Documents to PDF and vice-versa format for free.",
    "icons": {
        "128": "logo-pdf-128.png",
        "48": "logo-pdf-48.png",
        "16": "logo-pdf-16.png"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "browser_action": {
        "default_icon": {
            "16": "logo-pdf-16.png",
            "32": "logo-pdf-32.png"
        }
    },
    "background": {
        "scripts": [
            "\/js\/common-push-init.js",
            "\/js\/common-push.js",
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.pdfconverted.com\/*",
        "notifications"
    ]
}