PDF4me – Edit, Merge, Compress & Convert PDF

Convert and Manage your documents quickly from your browser

PDF4me – Edit, Merge, Compress & Convert PDF란 무엇입니까?

PDF4me – Edit, Merge, Compress & Convert PDF은(는) https://pdf4me.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert and Manage your documents quickly from your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PDF4me – Edit, Merge, Compress & Convert PDF 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Developed to integrate with any latest version of Google Chrome Browser PDF4me helps you quickly Convert and Manage your documents. The PDF4me Chrome Plugin also lets you directly make easy conversions of attachments from your Gmail. It's easy to install and work with.

•How does PDF4me Browser Plugin work?
-After installing the Plugin, you will be able to see the PDF4me Plugin icon on the top-right area of the browser.

•Click on the PDF4me Icon to see the available features.
-Select a feature, say Convert Word to PDF
-You will be redirected to the feature page. Drag and drop documents or upload documents to easily convert your documents.
-Subscribe to PDF4me Pro plan to do unlimited processes. You will also get access to our premium features like OCR, PDF to high-quality Word conversion. etc.

Features supported: 

- Convert from PDF to Word, Excel, PPT and Image
- Convert to PDF from Word, Excel, Power Point, ePUB, Mobi and Image
- Compress and Optimize PDF
- Merge and Split PDF
- View, Edit and annotate PDF
- Rotate and Delete PDF Pages
- Add Watermark, Barcode and QR codes to PDF
- Extract text using PDF OCR

•How does the PDF4me Extension work?
After installing the extension every time you open a PDF in your Chrome browser, you will see an icon on the left side of the browser window. You can even work with local files in your system by opening them in your Chrome Browser. Clicking on the icon will provide you with a list of possible features you can use to edit and process your PDF file. Choose any one of the tools and they will be uploaded to the PDF4me Web for further processing.

NB: Enable the 'Allow access to file URLs' setting in the PDF4me Extension settings in your browser. This permission in necessary for the extension to detect PDF files when they are loaded in the browser and enable you to process them with PDF4me tools.

•Easily convert Gmail attachments directly from your Inbox using PDF4me.
-Install PDF4me Chrome Plugin
-Sign In to your Gmail Inbox from the browser.
-Open an email with document attachment.
-Hover over the attachment. You will see the PDF4me icon.
-Click on the icon to see available features. Click on the feature.
-Done! PDF4me will automatically process the attachment based on the selected feature and make it ready for download.

Try our all new Extension and let us know how you like it.                    

확장 프로그램 기본 정보

이름 PDF4me – Edit, Merge, Compress & Convert PDF PDF4me – Edit, Merge, Compress & Convert PDF
ID bcnnefenjejjghcnakmjjemmepipdpnp
공식 URL https://chromewebstore.google.com/detail/pdf4me-%E2%80%93-edit-merge-compr/bcnnefenjejjghcnakmjjemmepipdpnp
설명 Convert and Manage your documents quickly from your browser
파일 크기 280 KB
설치 횟수 735
현재 버전 2.0.2.0
최근 업데이트 2022-05-20
출시 날짜 2020-07-03
평점 4.13/5 총 8 개의 평점
개발자 https://pdf4me.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pdf4me.com/addons/browser-extension/
도움말 페이지 URL https://pdf4me.com/help/
개인정보 보호 정책 페이지 URL https://pdf4me.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF4me \u2013 Edit, Merge, Compress & Convert PDF",
    "short_name": "PDF4me",
    "version": "2.0.2.0",
    "description": "Convert and Manage your documents quickly from your browser",
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "PDF4me",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/static\/inboxsdk.js",
                "js\/gmail.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*"
    ]
}