DriveSlides by Matt Miller and Alice Keeler
Create a Google Slides presentation out of a Drive folder of images.
Qu'est-ce que DriveSlides by Matt Miller and Alice Keeler ?
DriveSlides by Matt Miller and Alice Keeler est une extension Chrome développée par https://alicekeeler.com, et sa fonction principale est "Create a Google Slides presentation out of a Drive folder of images.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DriveSlides by Matt Miller and Alice Keeler
Téléchargez les fichiers d'extension DriveSlides by Matt Miller and Alice Keeler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | DriveSlides by Matt Miller and Alice Keeler |
ID | ijnjlojbdhgpamjiflocklhfeciokfdl |
URL Officiel | https://chromewebstore.google.com/detail/driveslides-by-matt-mille/ijnjlojbdhgpamjiflocklhfeciokfdl |
Description | Create a Google Slides presentation out of a Drive folder of images. |
Taille du Fichier | 126 KB |
Nombre d'Installations | 27,942 |
Version Actuelle | 1.0.13 |
Dernière Mise à Jour | 2020-07-03 |
Date de Publication | 2020-07-02 |
Évaluation | 4.08/5 Total 24 Évaluations |
Développeur | https://alicekeeler.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gsuite.google.com/marketplace/app/photos_to_slides/647697115592 |
URL de la Page d'Aide | https://gsuite.google.com/marketplace/app/photos_to_slides/647697115592 |
URL de la Page de Politique de Confidentialité | https://alicekeeler.com/privacy-policy |
Langues Prises en Charge | 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" } } |