PDF Converted - Convert Documents

Convert your Documents to PDF and vice-versa format for free.

PDF Converted - Convert Documents란 무엇입니까?

PDF Converted - Convert Documents은(는) https://pdfconverted.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert your Documents to PDF and vice-versa format for free."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PDF Converted - Convert Documents 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 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\/*"
    ]
}