PDF Converted - Convert Documents
Convert your Documents to PDF and vice-versa format for free.
Τι είναι το PDF Converted - Convert Documents;
Το PDF Converted - Convert Documents είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pdfconverted.com, και η κύρια λειτουργία του είναι "Convert your Documents to PDF and vice-versa format for free.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PDF Converted - Convert Documents
Λήψη αρχείων επέκτασης PDF Converted - Convert Documents σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | PDF Converted - Convert Documents |
ID | cjhhoaiagdpfhnmdcdefeffiaejndild |
Επίσημο URL | https://chromewebstore.google.com/detail/pdf-converted-convert-doc/cjhhoaiagdpfhnmdcdefeffiaejndild |
Περιγραφή | Convert your Documents to PDF and vice-versa format for free. |
Μέγεθος Αρχείου | 97.3 KB |
Αριθμός Εγκαταστάσεων | 11,288 |
Τρέχουσα Έκδοση | 1.0.0.1 |
Τελευταία Ενημέρωση | 2019-05-29 |
Ημερομηνία Δημοσίευσης | 2019-05-28 |
Αξιολόγηση | 4.20/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://pdfconverted.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PDF Converted - Convert Documents", "version": "1.0.0.1", "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": [ "DOMAIN_INSTALLABLE", "GOOGLE_DRIVE" ], "api_console_project_id": "717850601162", "gdrive_mime_types": { "http:\/\/drive.google.com\/intents\/opendrivedoc": [ { "type": [ "application\/pdf", "application\/msword", "application\/vnd.openxmlformats-officedocument.wordprocessingml.document" ], "href": "https:\/\/www.pdfconverted.com\/convert", "title": "Open", "disposition": "window" } ] }, "browser_action": { "default_icon": { "16": "logo-pdf-16.png", "32": "logo-pdf-32.png" } }, "background": { "scripts": [ "launch.js" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'", "permissions": [ "https:\/\/api.pdfconverted.com\/*" ] } |