FormSwift PDF Editor:Convert, Sign, Edit

Edit, sign, and convert PDFs from Gmail or the web.

Co je FormSwift PDF Editor:Convert, Sign, Edit?

FormSwift PDF Editor:Convert, Sign, Edit je rozšíření Chrome vyvinuté https://formswift.com, a jeho hlavní funkcí je „Edit, sign, and convert PDFs from Gmail or the web.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FormSwift PDF Editor:Convert, Sign, Edit

Stáhněte si soubory rozšíření FormSwift PDF Editor:Convert, Sign, Edit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Save time by adding FormSwift to Chrome. Instantly upload and edit any PDF directly from your browser or wherever you are on the web with just one click.

★ PDF Editor Features:

▸ Edit PDF
Use our PDF editor to fill out your document, add, remove, & highlight text, upload images, your logo, checkmarks, and more. No additional installation needed.

▸ Sign Electronically
Legally sign any PDF in seconds, request signatures from others, and be notified once your document has been signed. All signatures are ESIGN Act compliant.

▸ Convert PDF
Convert your document into an editable file. Go from PDF to Word, Word to PDF, image (JPEG, PNG) to PDF.

★ How the Extension Works:

▸ Upload
Upload a PDF to edit at any time—without going to another page—by clicking on the FormSwift button in the top right corner of your screen.

▸ Gmail
Easily edit or sign any PDF sent to your Gmail. Hover over the PDF attachment click the “Edit” button to instantly start editing.

▸ Web
Quickly edit or sign any PDF from the web. Hover next to a PDF from search engine results and use the custom buttons that appear to edit or sign any PDF.                    

Základní Informace o Rozšíření

Název FormSwift PDF Editor:Convert, Sign, Edit FormSwift PDF Editor:Convert, Sign, Edit
ID bdfcnmeidppjeaggnmidamkiddifkdib
Oficiální URL https://chromewebstore.google.com/detail/formswift-pdf-editorconve/bdfcnmeidppjeaggnmidamkiddifkdib
Popis Edit, sign, and convert PDFs from Gmail or the web.
Velikost souboru 5.7 MB
Počet instalací 506,648
Aktuální Verze 1.4
Poslední Aktualizace 2023-05-12
Datum Vydání 2018-03-23
Hodnocení 1.42/5 Celkem 701 Hodnocení
Vývojář https://formswift.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://formswift.com
URL Stránky Nápovědy http://formswift.com/faq.php
URL Stránky Zásad Ochrany Soukromí https://formswift.com/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FormSwift PDF Editor:Convert, Sign, Edit",
    "short_name": "FormSwift PDF Editor",
    "author": "FormSwift",
    "description": "Edit, sign, and convert PDFs from Gmail or the web.",
    "manifest_version": 3,
    "version": "1.4",
    "background": {
        "service_worker": "bg.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "incognito": "split",
    "permissions": [
        "cookies",
        "downloads",
        "declarativeNetRequest",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension-pages": "script-src 'self' https:\/\/formswift.com; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common.js",
                "documentList.js",
                "lib\/sha256.js",
                "lib\/utils.js",
                "add-formswift-button.js",
                "add-formswift-gmail-button.js",
                "show-formswift-dialog.js",
                "lib\/pdfjs\/build\/pdf.js",
                "lib\/pdfjs\/build\/pdf.worker.js",
                "viewer.js",
                "pdf-parser.js",
                "popup.js",
                "tracking.js"
            ],
            "css": [
                "formswift-dialog.css",
                "formswift-button.css",
                "formswift-gmail-button.css",
                "formswift.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": "images\/icon-popup.png",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.formswift.com\/*",
            "*:\/\/formswift.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "common.js",
                "documentList.js",
                "lib\/sha256.js",
                "lib\/utils.js",
                "add-formswift-button.js",
                "add-formswift-gmail-button.js",
                "show-formswift-dialog.js",
                "lib\/pdfjs\/build\/pdf.js",
                "lib\/pdfjs\/build\/pdf.worker.js",
                "pdf-parser.js",
                "formswift.css",
                "viewer.js",
                "viewer.html",
                "viewer.css",
                "pdf-parser.js",
                "images\/EditTextIcon.svg",
                "tracking.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "oauth2": {
        "client_id": "1071967238404-n32ninu77jo54nu8lv5f3pvch6nn0f7e.apps.googleusercontent.com",
        "key": "AIzaSyBDrhnQOAcsPCBVDstSGlpX4F9_cDxet9w",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    }
}