Sync To IO Drive
Chrome extension for IO Drive
Sync To IO Driveคืออะไร?
Sync To IO Drive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IO Integration และคุณลักษณะหลักของมันคือ "Chrome extension for IO Drive"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sync To IO Drive
ดาวน์โหลดไฟล์ส่วนขยาย Sync To IO Drive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
‘Sync to IO Drive’ is a browser extension that enables users to synchronize files and folders from a Xinet Digital Assets Management ( DAM ) to an end user’s Mac Desktop. 1. In the Xinet DAM, just choose which files or folders you want to work with on your local desktop. 2. Right-clicking on a thumbnail and selecting ‘IO APP’ reveals a menu with options to sync and edit the file directly on your desktop. 3. Edit your assets in any desktop app and save your edits to the IO Drive sync folder. 4. Any edits will be synced to the Xinet DAM without any additional steps required by the user Additional features available in the browser extension menu are: - Sync to Desktop: Check-out the asset from the DAM and sync it to your local desktop - Sync Read-Only: Sync the asset to your local desktop without locking - Sync FPO: Sync a FPO (For Placement Only) asset to your local desktop - Sync Folders: Syncs an entire folder structure to your local desktop without syncing the content - Open: Syncs and opens the asset in the default macOS application on your client - Place: Places the asset on an Adobe® InDesign or Illustrator page - Share: Share and password protect your assets The ‘Sync to IO Drive’ browser extension requires a valid licence for the IO Drive macOS Desktop application to work. Get in touch with IO Integration today and take a look at https://www.iointegration.com/io/io-drive/ for further details.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sync To IO Drive |
ID | mleiejpnoecnjbcegmghbojlecbbbhac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sync-to-io-drive/mleiejpnoecnjbcegmghbojlecbbbhac |
คำอธิบาย | Chrome extension for IO Drive |
ขนาดไฟล์ | 275 KB |
จำนวนการติดตั้ง | 152 |
เวอร์ชันปัจจุบัน | 0.17 |
อัปเดตครั้งล่าสุด | 2022-05-06 |
วันที่เผยแพร่ | 2022-04-12 |
ผู้พัฒนา | IO Integration |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.iointegration.com/io/io-drive/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.iointegration.com/io/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sync To IO Drive", "version": "0.17", "description": "Chrome extension for IO Drive", "action": [], "options_ui": { "page": "options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/PORTAL\/*", "http:\/\/*\/PORTAL\/*" ], "js": [ "content.js" ] } ], "permissions": [ "contextMenus", "nativeMessaging", "notifications", "tabs", "storage" ], "icons": { "16": "iologo16.png", "48": "iologo48.png", "128": "iologo128.png" }, "background": { "service_worker": "background.js" } } |