AODocs - Universal File Opener
Edit any of your Google Drive™ files with your local applications.
AODocs - Universal File Opener란 무엇입니까?
AODocs - Universal File Opener은(는) AODocs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit any of your Google Drive™ files with your local applications."입니다.
확장 프로그램 스크린샷
AODocs - Universal File Opener 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
UFO can be purchased in addition to AODocs licenses (http://bit.ly/33ZfnxY) or separately. If you’re interested in purchasing UFO licenses, contact our sales team (http://bit.ly/2JiViLg). ---------------------------------------------------------------- ✨ MAIN FEATURES ★ Open any file¹ stored in your Google Drive with your local desktop applications ★ Save local changes directly back to Google Drive via a synchronisation application (UFO Sync Client²) ★ Automatically lock files to prevent concurrent modifications ★ No file size limitation ¹ Except native Google Drive file types, like Google Docs™ or Google Sheets™. ² The UFO Sync Client application is currently available for Windows and macOS. More on the AODocs - Universal File Opener: https://bit.ly/2lXPIoL ---------------------------------------------------------------- 🎓 WHAT IS AODocs? AODocs turns your Google Drive into an enterprise file server. ★ Centralized document ownership All documents managed by AODocs are owned by a single system account, thus protecting end users against accidental data loss (for example, when a user leaves the company). ★ Sharing permissions Create secure folders where only administrators can change the document sharing permissions and configure a whitelist of authorized external shares (individual users or entire domains). ★ Push to My Drive Folders managed by AODocs are automatically “pushed” to the My Drive of users who have access to them. No need to request the link from co-workers! ★ Advanced Document Management features, including customer document properties, configurable workflows, version control, and audit logs. The UFO extension can be used to edit your documents’ attachments in AODocs. More on AODocs: https://www.aodocs.com ---------------------------------------------------------------- 🔒 PERMISSIONS AND PRIVACY ➤ The Universal File Opener (UFO) requires a set of permissions to be able to interact with your Google Drive. Here’s what the permissions are used for: https://bit.ly/2mke785 ➤ The UFO extension and its client collect some information regarding their technical behaviour to help us improve the quality of the product and some basic information about the kind of file edited via UFO to improve the scope of features. Personal information is not shared with anyone outside of the people you already share your document with. We are dedicated to protecting your privacy and using your data responsibly. For more details, visit our privacy policy: https://www.aodocs.com/privacy-policy/
확장 프로그램 기본 정보
이름 | AODocs - Universal File Opener |
ID | kldfpiebhefepgbjknnlgpeichadmdib |
공식 URL | https://chromewebstore.google.com/detail/aodocs-universal-file-ope/kldfpiebhefepgbjknnlgpeichadmdib |
설명 | Edit any of your Google Drive™ files with your local applications. |
파일 크기 | 443 KB |
설치 횟수 | 83,381 |
현재 버전 | 10.0 |
최근 업데이트 | 2023-11-28 |
출시 날짜 | 2020-05-07 |
평점 | 3.60/5 총 52 개의 평점 |
개발자 | AODocs |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.aodocs.com |
도움말 페이지 URL | https://support.aodocs.com/hc/en-us/sections/115000544683-Universal-File-Opener-UFO |
개인정보 보호 정책 페이지 URL | https://www.aodocs.com/privacy-policy |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "description": "__MSG_extensionDescription__", "version": "10.0", "default_locale": "en", "incognito": "not_allowed", "manifest_version": 3, "minimum_chrome_version": "114", "container": "GOOGLE_DRIVE", "permissions": [ "identity", "nativeMessaging", "notifications", "declarativeContent", "storage" ], "icons": { "16": "images\/extension\/ufo-16.png", "32": "images\/extension\/ufo-32.png", "48": "images\/extension\/ufo-48.png", "128": "images\/extension\/ufo-128.png" }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "https:\/\/drive.google.com\/*" ], "exclude_matches": [ "https:\/\/drive.google.com\/file\/d\/*\/view" ], "run_at": "document_start", "js": [ "module\/content\/drive.explorer.bundle.js" ], "css": [ "css\/common\/common.css", "css\/content-script\/drive.css", "css\/content-script\/menu.css" ] }, { "matches": [ "https:\/\/drive.google.com\/file\/d\/*\/view", "https:\/\/drive.google.com\/file\/d\/*\/view?*" ], "run_at": "document_start", "js": [ "module\/content\/drive.preview.bundle.js" ], "css": [ "css\/common\/common.css", "css\/content-script\/menu.css" ] }, { "matches": [ "https:\/\/docs.google.com\/document\/*", "https:\/\/docs.google.com\/spreadsheets\/*", "https:\/\/docs.google.com\/presentation\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "module\/content\/docs.bundle.js" ], "css": [ "css\/common\/common.css" ] } ], "action": { "default_icon": { "16": "images\/extension\/ufo-loading-16.png", "32": "images\/extension\/ufo-loading-32.png" }, "default_title": "__MSG_pageActionTitle__", "default_popup": "html\/page-action\/status.html" }, "web_accessible_resources": [ { "resources": [ "manifest.json", "images\/*", "html\/*", "module\/embedded\/embedded.bundle.js" ], "matches": [ "https:\/\/drive.google.com\/*", "https:\/\/docs.google.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "oauth2": { "client_id": "269519378658-qar6jcl13i5a3n9em5af50vddl99gpve.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/drive" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtE6f10Qy4ofmYXIMGKFPvaHxcYqwUe2+SN7N4LrM4X8sXdXcAOo4X3ulQnQzRpqwmFn3EG0we+9cd20WxfAxaiNeR3c9my5BOhwxYw\/0dolH8BIik2K8xlZX8BzGYB3jzFL1QQw\/Um5REWwqh0fFuYyiGNNGjdrSz3qyga\/dEib8vp1cWVDhrWG8kiNGuJDxKDSxD9G12OYr78lyBj2sgQfrF1s63tJ2G07rlF69R4OsicA+e4z29fK+Sv+JkkYxNGufIwrghoIBPgtQ6IGrH\/9deab7WanFbMI\/G7h+AdJxu4K2V009yLbsp7EYPPS0MPyda8tI+Z6fhA+fpcosrQIDAQAB", "externally_connectable": { "ids": [ "aaebjepcfidgkojljbgoilgkgklehldj", "aikbehojjdffmangolfbohjdigfdnepa", "kedhimfmiceddmacbgnkpkilnjodoeim" ], "matches": [ "https:\/\/*.altirnao.com\/*", "https:\/\/*.aodocs.com\/*", "https:\/\/*.aodocs.app\/*" ] } } |