Swift PDF Merger: Merge PDFs Effortlessly
Swiftly merge PDFs with ease! Drag, drop, and arrange for seamless merging. Perfect for students, professionals, and more.
Swift PDF Merger: Merge PDFs Effortlessly란 무엇입니까?
Swift PDF Merger: Merge PDFs Effortlessly은(는) https://www.oziku.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Swiftly merge PDFs with ease! Drag, drop, and arrange for seamless merging. Perfect for students, professionals, and more."입니다.
확장 프로그램 스크린샷
Swift PDF Merger: Merge PDFs Effortlessly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀📚💼 Introducing Swift PDF Merger - the ultimate web browser extension for effortlessly merging multiple PDF files in a flash. With Swift PDF Merger, combine numerous PDFs into one organized document using simple drag-and-drop functionality. ⌛🎓🌐 Whether you're a student, professional, or anyone needing to merge PDFs, Swift PDF Merger makes it a breeze. Just add the files you want to combine and arrange them using the drag-and-drop feature. It's that easy! 🌟🌟🌟 Swift PDF Merger is a cinch to install and use, compatible with all major web browsers. Say goodbye to disorganized PDF files - try Swift PDF Merger today for a more streamlined and efficient PDF experience. 📨📨📨 Support Email: [email protected] ✉️ Translations are done via a translator; for incorrect translations, please contact us. ✉️ For bugs or feature requests, don't hesitate to email us.
확장 프로그램 기본 정보
이름 | Swift PDF Merger: Merge PDFs Effortlessly |
ID | jhgmclggpkmmkkjnjcihjndbapckmcom |
공식 URL | https://chromewebstore.google.com/detail/swift-pdf-merger-merge-pd/jhgmclggpkmmkkjnjcihjndbapckmcom |
설명 | Swiftly merge PDFs with ease! Drag, drop, and arrange for seamless merging. Perfect for students, professionals, and more. |
파일 크기 | 561 KB |
설치 횟수 | 485 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2023-06-08 |
출시 날짜 | 2022-12-14 |
개발자 | https://www.oziku.tech |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.oziku.tech/ |
도움말 페이지 URL | https://www.oziku.tech/ |
개인정보 보호 정책 페이지 URL | https://www.oziku.tech/privacy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.1", "manifest_version": 3, "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "author": "Oziku Technologies LLC", "default_locale": "en", "permissions": [ "alarms", "storage" ], "icons": { "16": "assets\/logo\/logo_16.png", "32": "assets\/logo\/logo_32.png", "48": "assets\/logo\/logo_48.png", "128": "assets\/logo\/logo_128.png" }, "background": { "service_worker": "background.js" }, "options_page": "ui\/options.html", "action": { "default_title": "__MSG_ext_name__", "default_icon": { "16": "assets\/logo\/logo_16.png", "32": "assets\/logo\/logo_32.png", "48": "assets\/logo\/logo_48.png", "128": "assets\/logo\/logo_128.png" } } } |