PDF to Excel
Convert PDF Files to Excel Online in Seconds!
PDF to Excel란 무엇입니까?
PDF to Excel은(는) https://zonepdf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert PDF Files to Excel Online in Seconds!"입니다.
확장 프로그램 스크린샷
PDF to Excel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convert PDF to Excel Online Fast and easy way to convert PDF files Select or drag your files, then click the Convert button to download your converted files. All converted files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email). Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.
확장 프로그램 기본 정보
이름 | PDF to Excel |
ID | ikipcddmebnahnagoekcipjeefoampmn |
공식 URL | https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn |
설명 | Convert PDF Files to Excel Online in Seconds! |
파일 크기 | 28.46 KB |
설치 횟수 | 11,350 |
현재 버전 | 1.7 |
최근 업데이트 | 2022-11-10 |
출시 날짜 | 2019-02-09 |
평점 | 3.56/5 총 9 개의 평점 |
개발자 | https://zonepdf.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://zonepdf.com/ |
도움말 페이지 URL | https://zonepdf.com/contacts |
개인정보 보호 정책 페이지 URL | https://zonepdf.com/privacy |
지원되는 언어 | de,en,fr,es,it,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "homepage_url": "https:\/\/zonepdf.com", "description": "__MSG_extDescription__", "version": "1.7", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*.pdf", "http:\/\/*\/*.pdf", "file:\/\/*\/*.pdf" ], "js": [ "content.js" ] } ], "permissions": [], "host_permissions": [ "https:\/\/*.zonepdf.com\/*" ], "action": { "default_icon": "icon-pdf-excel-128.png" }, "icons": { "96": "icon-pdf-excel-96.png", "128": "icon-pdf-excel-128.png" } } |