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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://gsuite.google.com/marketplace/app/photos_to_slides/647697115592
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}