Kofax PDF Create

Create PDF from web page

Τι είναι το Kofax PDF Create;

Το Kofax PDF Create είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kofax Inc., και η κύρια λειτουργία του είναι "Create PDF from web page".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Kofax PDF Create

Λήψη αρχείων επέκτασης Kofax PDF Create σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This Kofax PDF Create extension can be used only if Kofax Power PDF 3 or a higher version is installed on your computer. It functions only in a Windows environment.

This PDF creation tool of Kofax Power PDF allows you to transform web pages into compact PDF documents and serve a wide range of needs:
- 	Make important web pages available for later reading when web access is unavailable
-	Assemble related web content into a single, compact PDF file 
-	Generate a PDF document for review of draft versions of web pages under construction
-	Compile searchable web archives of web pages or complete websites
-	Combine and convert receipts and travel documents to produce expense reports.

Key features
-	Use a drop-down Kofax menu to create searchable PDF documents from web pages
-	Transfer not only content but also formatting, clickable links, pictures and more
-	Choose to create a new PDF document or append the web content to an existing file.

Installing the extension implies acceptance of the End-User License Agreement (EULA).
You can purchase and download Kofax Power PDF from https://www.kofax.com/Products/power-pdf.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kofax PDF Create Kofax PDF Create
ID aoananblbpkihfolfalanokhfbgloifd
Επίσημο URL https://chromewebstore.google.com/detail/kofax-pdf-create/aoananblbpkihfolfalanokhfbgloifd
Περιγραφή Create PDF from web page
Μέγεθος Αρχείου 51.98 KB
Αριθμός Εγκαταστάσεων 6,508
Τρέχουσα Έκδοση 1.0.0.17
Τελευταία Ενημέρωση 2023-08-05
Ημερομηνία Δημοσίευσης 2020-08-20
Αξιολόγηση 2.14/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Kofax Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.kofax.com/Products/power-pdf
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,tr,da,es,it,hu,pl,fi,sv,cs,ru,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "default_locale": "en",
    "name": "Kofax PDF Create",
    "description": "__MSG_web2pdfExtnDescription__",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "skin\/action_disabled_19x19.png",
        "default_title": "__MSG_web2pdfBrowserActionToolTip__"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "nativeMessaging",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "skin\/logo_16x16.png",
        "48": "skin\/logo_48x48.png",
        "128": "skin\/logo_128x128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "content-frame.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "version": "1.0.0.17",
    "manifest_version": 3
}