DriveSlides by Matt Miller and Alice Keeler
Create a Google Slides presentation out of a Drive folder of images.
DriveSlides by Matt Miller and Alice Keeler là gì?
DriveSlides by Matt Miller and Alice Keeler là một tiện ích mở rộng Chrome được phát triển bởi https://alicekeeler.com, và tính năng chính của nó là "Create a Google Slides presentation out of a Drive folder of images.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DriveSlides by Matt Miller and Alice Keeler
Tải xuống các tệp mở rộng DriveSlides by Matt Miller and Alice Keeler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Unfortunately DriveSlides is no longer available. Please use Photo to Slides Add-on from the G Suite Marketplace https://gsuite.google.com/marketplace/app/photos_to_slides/647697115592
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DriveSlides by Matt Miller and Alice Keeler |
ID | ijnjlojbdhgpamjiflocklhfeciokfdl |
URL Chính Thức | https://chromewebstore.google.com/detail/driveslides-by-matt-mille/ijnjlojbdhgpamjiflocklhfeciokfdl |
Mô tả | Create a Google Slides presentation out of a Drive folder of images. |
Kích Thước Tệp | 126 KB |
Số Lần Cài Đặt | 27,942 |
Phiên Bản Hiện Tại | 1.0.13 |
Cập Nhật Lần Cuối | 2020-07-03 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 4.08/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | https://alicekeeler.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gsuite.google.com/marketplace/app/photos_to_slides/647697115592 |
URL Trang Trợ Giúp | https://gsuite.google.com/marketplace/app/photos_to_slides/647697115592 |
URL Trang Chính Sách Bảo Mật | https://alicekeeler.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.13", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "identity", "storage", "tabs", "https:\/\/drive.google.com\/drive\/*" ], "oauth2": { "client_id": "836656774926-59vggdehouo835pvt094qe5chlgialku.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.readonly", "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/presentations" ] }, "content_scripts": [ { "matches": [ "https:\/\/drive.google.com\/drive\/*" ], "js": [ "scripts\/contentscript.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "DriveSlides" } } |