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؟

DriveSlides by Matt Miller and Alice Keeler هو إضافة Chrome تم تطويرها بواسطة https://alicekeeler.com، والميزة الرئيسية لها هي "Create a Google Slides presentation out of a Drive folder of images.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة DriveSlides by Matt Miller and Alice Keeler

قم بتنزيل ملفات الامتداد DriveSlides by Matt Miller and Alice Keeler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم DriveSlides by Matt Miller and Alice Keeler DriveSlides by Matt Miller and Alice Keeler
ID ijnjlojbdhgpamjiflocklhfeciokfdl
عنوان URL الرسمي https://chromewebstore.google.com/detail/driveslides-by-matt-mille/ijnjlojbdhgpamjiflocklhfeciokfdl
الوصف Create a Google Slides presentation out of a Drive folder of images.
حجم الملف 126 KB
عدد التثبيتات 27,942
النسخة الحالية 1.0.13
آخر تحديث 2020-07-03
تاريخ النشر 2020-07-02
تقييم 4.08/5 مجموع تقييمات 24
المطور https://alicekeeler.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gsuite.google.com/marketplace/app/photos_to_slides/647697115592
عنوان صفحة المساعدة https://gsuite.google.com/marketplace/app/photos_to_slides/647697115592
عنوان صفحة سياسة الخصوصية https://alicekeeler.com/privacy-policy
اللغات المدعومة 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"
    }
}