iCloud Dashboard Classic
The original way to access iCloud on your browser.
iCloud Dashboard Classic란 무엇입니까?
iCloud Dashboard Classic은(는) fiveBrackets에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The original way to access iCloud on your browser."입니다.
확장 프로그램 스크린샷
iCloud Dashboard Classic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is the Legacy version of iCloud Dashboard. This will be maintained for users who still would like the Legacy design of iCloud Dashboard. Easy iCloud Access With a rich and beautiful design, iCloud Dashboard enables you to access iCloud, while browsing your favorite sites. iCloud Dashboard has been designed with speed in mind. From the moment you open up your browser, you’re up and running. It’s that simple. Disclaimer: iCloud is trademark of Apple Inc. The browser extension iCloud Dashboard Classic, is in no way shape or form related to iCloud or Apple Inc. It is an unofficial Extension which is developed and maintained independently by its author.
확장 프로그램 기본 정보
이름 | iCloud Dashboard Classic |
ID | ihnmfcnedkpaaoofhkllkihnddgnidnb |
공식 URL | https://chromewebstore.google.com/detail/icloud-dashboard-classic/ihnmfcnedkpaaoofhkllkihnddgnidnb |
설명 | The original way to access iCloud on your browser. |
파일 크기 | 1.02 MB |
설치 횟수 | 9,103 |
현재 버전 | 7.4.2 |
최근 업데이트 | 2024-03-05 |
출시 날짜 | 2020-01-29 |
평점 | 3.78/5 총 41 개의 평점 |
개발자 | fiveBrackets |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://manuals.dev/privacy-policy |
지원되는 언어 | de,en,fr,nl,vi,tr,es,it,pt-BR,sv,ru,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "version": "7.4.2", "manifest_version": 3, "short_name": "__MSG_extension_name_short__", "description": "__MSG_extension_description__", "background": { "service_worker": "js\/background.js" }, "icons": { "16": "img\/512.png", "19": "img\/512.png", "38": "img\/512.png", "48": "img\/512.png", "128": "img\/512.png" }, "permissions": [ "storage" ], "default_locale": "en", "action": { "default_icon": "img\/icon-alt.png", "default_title": "__MSG_extension_name_short__", "default_popup": "popup.html" } } |