SimplePDF - Edit and Fill PDF

Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy

Was ist SimplePDF - Edit and Fill PDF?

SimplePDF - Edit and Fill PDF ist eine Chrome-Erweiterung, die von https://simplepdf.eu entwickelt wurde, und ihr Hauptmerkmal ist "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SimplePDF - Edit and Fill PDF-Erweiterungs-CRX-Datei herunterladen

Laden Sie SimplePDF - Edit and Fill PDF-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The SimplePDF extension allows you to easily open any PDF using the Simple PDF editor without leaving the page you are currently viewing.

SimplePDF respects your privacy: the document you load and the data you fill in are never sent to a server. Read more about it in our privacy policy: https://simplepdf.eu/privacy-policy                    

Grundlegende Informationen zur Erweiterung

Name SimplePDF - Edit and Fill PDF SimplePDF - Edit and Fill PDF
ID fgikademdabjcmnlgmgbifipooibbepi
Offizielle URL https://chromewebstore.google.com/detail/simplepdf-edit-and-fill-p/fgikademdabjcmnlgmgbifipooibbepi
Beschreibung Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy
Dateigröße 24.83 KB
Installationsanzahl 3,640
Aktuelle Version 1.2.0
Letztes Update 2023-11-27
Veröffentlichungsdatum 2022-09-26
Bewertung 4.54/5 Insgesamt 13 Bewertungen
Entwickler https://simplepdf.eu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://simplepdf.eu
Hilfeseite URL https://www.simplepdf.eu/terms_of_service
URL der Datenschutzrichtlinien-Seite https://simplepdf.eu/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimplePDF - Edit and Fill PDF",
    "description": "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy",
    "version": "1.2.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "32": "\/images\/logo_32.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}