Excel Editor Online
Select your Excel XLSX document into the Excel online editor, edit your Excel documents and add Images, text to a Excel file.
Excel Editor Online란 무엇입니까?
Excel Editor Online은(는) https://qwerpdf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select your Excel XLSX document into the Excel online editor, edit your Excel documents and add Images, text to a Excel file."입니다.
확장 프로그램 스크린샷
Excel Editor Online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Free Excel Editor Online —— QwerPDF.com Collaborate for free with an online version of Excel. Create or edit Excel documents online you can use any device connected to the internet. You can save your documents as Excel documents, PDF, and other popular files. Open and edit your Excel documents without install any software.
확장 프로그램 기본 정보
이름 | Excel Editor Online |
ID | ahibepkhmaepihjpbddebpdhfoecghfd |
공식 URL | https://chromewebstore.google.com/detail/excel-editor-online/ahibepkhmaepihjpbddebpdhfoecghfd |
설명 | Select your Excel XLSX document into the Excel online editor, edit your Excel documents and add Images, text to a Excel file. |
파일 크기 | 713 KB |
설치 횟수 | 10,000 |
현재 버전 | 3.2.0 |
최근 업데이트 | 2023-09-04 |
출시 날짜 | 2022-01-18 |
평점 | 3.83/5 총 6 개의 평점 |
개발자 | https://qwerpdf.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://qwerpdf.com/ |
도움말 페이지 URL | https://qwerpdf.com/contact-us.html |
개인정보 보호 정책 페이지 URL | https://qwerpdf.com/privacy-policy.html |
지원되는 언어 | id,de,en,fr,nl,no,tr,da,es,it,pl,pt-BR,pt-PT,ro,fi,sv,cs,el,ru,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "version": "3.2.0", "description": "__MSG_ext_description__", "default_locale": "en", "homepage_url": "https:\/\/www.qwerpdf.com\/", "author": "qwerpdf.com", "action": { "default_icon": "images\/icons\/icon48.png", "default_title": "__MSG_ext_name__", "default_popup": "index.html" }, "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/content_script.js" ], "matches": [ "*:\/\/*.qwerpdf.com\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "js\/content_script_installed.js" ], "matches": [ "*:\/\/*.qwerpdf.com\/*" ], "run_at": "document_end" } ], "permissions": [ "notifications", "storage" ], "host_permissions": [ "https:\/\/*.qwerpdf.com\/" ] } |