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 https://alicekeeler.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create a Google Slides presentation out of a Drive folder of images."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DriveSlides by Matt Miller and Alice Keeler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    }
}