AwesomeDrive for Google Drive

Make your Drive experience Awesome!

Τι είναι το AwesomeDrive for Google Drive;

Το AwesomeDrive for Google Drive είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aodocs.com, και η κύρια λειτουργία του είναι "Make your Drive experience Awesome!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AwesomeDrive for Google Drive

Λήψη αρχείων επέκτασης AwesomeDrive for Google Drive σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ----------------------------------------------------------------

✨ AwesomeDrive™ brings Microsoft Office™ to your Google Drive™

★ Creates new Microsoft Office files from the Google Drive NEW menu
★ No need to manually download your Microsoft Office files nor to upload them after editing
★ Just one click to open and edit your Microsoft Office files
★ Works with Microsoft Word, Excel and Powerpoint

----------------------------------------------------------------

✋ REQUIREMENTS

✓ Windows with Microsoft Office 2010, 2013 or 2016
or macOS with Microsoft Office 2011 or 2016
✓ Microsoft Office files smaller than 32MB

----------------------------------------------------------------

👽 UNIVERSAL FILE OPENER

AwesomeDrive can be used in combination with our Universal File Opener™ (UFO) extension to:

★ Open any type of file with your local software programs, edit and save them back to Google Drive
★ Work with old versions of Microsoft Office
★ Get rid of the 32MB file size limitation

UFO is currently available free of charge as a public beta version.
At the end of the beta period, AwesomeDrive users will have the option to purchase the UFO feature for a monthly fee.

Learn more: https://goo.gl/MMDrbM

----------------------------------------------------------------

🔒 PERMISSIONS

The AwesomeDrive extension requires a set of permissions to be able to interact with your Google Drive.

➤ Read and change your data on drive.google.com
Allows to add entries in the NEW menu of your Google Drive pages to let you create new Microsoft Office files.
Allows to add a new action button, on hover, on your Google Drive items to let you edit them with your local software programs.

➤ Display notifications
Allows to create and show rich notifications in your system tray: only used to inform you in case of errors during the authentication flow.

➤ Communicate with cooperating websites
Allows our OAuth2 authentication web page to securely connect to the extension (send messages to the extension and get answers from it).

----------------------------------------------------------------

🙋 SUPPORT

AwesomeDrive is provided for free but we will be happy to help you if you encounter any problem.
You can reach us via our Facebook community page at https://www.facebook.com/AwesomeDrive-Community-812265129132888

Thanks for reading! We hope you will enjoy the AwesomeDrive extension!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AwesomeDrive for Google Drive AwesomeDrive for Google Drive
ID aaebjepcfidgkojljbgoilgkgklehldj
Επίσημο URL https://chromewebstore.google.com/detail/awesomedrive-for-google-d/aaebjepcfidgkojljbgoilgkgklehldj
Περιγραφή Make your Drive experience Awesome!
Μέγεθος Αρχείου 198 KB
Αριθμός Εγκαταστάσεων 58,640
Τρέχουσα Έκδοση 8.2
Τελευταία Ενημέρωση 2023-08-16
Ημερομηνία Δημοσίευσης 2019-10-01
Αξιολόγηση 4.14/5 Συνολικά 97 Αξιολογήσεις
Προγραμματιστής https://aodocs.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sites.google.com/site/scriptsexamples/tools-for-google-drive/awesome-drive
Διεύθυνση URL της Σελίδας Βοήθειας https://plus.google.com/u/0/communities/115205398759066781480
URL της Σελίδας Πολιτικής Απορρήτου https://www.aodocs.com/privacy-policy
Υποστηριζόμενες Γλώσσες en,fr,es,it,hu,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "default_locale": "en",
    "description": "__MSG_description__",
    "version": "8.2",
    "manifest_version": 2,
    "minimum_chrome_version": "63",
    "container": "GOOGLE_DRIVE",
    "permissions": [
        "notifications",
        "declarativeContent",
        "storage"
    ],
    "icons": {
        "16": "img\/extension\/awesome-drive-16.png",
        "32": "img\/extension\/awesome-drive-32.png",
        "48": "img\/extension\/awesome-drive-48.png",
        "128": "img\/extension\/awesome-drive-128.png"
    },
    "incognito": "split",
    "background": {
        "scripts": [
            "module\/common\/common.bundle.js",
            "vendor\/vendor.bundle.js",
            "module\/background\/background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "module\/content-script\/drive\/preload.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "module\/common\/common.bundle.js",
                "vendor\/vendor.bundle.js",
                "lib\/lib.bundle.js",
                "module\/content-script\/drive.bundle.js"
            ],
            "css": [
                "css\/common\/common.css",
                "css\/content-script\/common.css",
                "css\/content-script\/drive.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "img\/extension\/awesome-drive-loading-16.png",
            "32": "img\/extension\/awesome-drive-loading-32.png"
        },
        "default_title": "__MSG_pageActionTitle__",
        "default_popup": "html\/page-action\/status.html"
    },
    "web_accessible_resources": [
        "manifest.json",
        "img\/*",
        "office-template\/*",
        "module\/embedded\/addEventListenerOverride.js",
        "module\/embedded\/embedded.bundle.js",
        "html\/iframe-bridge.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh32EE4lZDkbUGJpC4NLwKlwtGSPVgt1OXZl4avtz5Rj3NyIi5n2BCbHeAhCxu3CzzrHAL6kq6UA3y8AfXOBhwV3IbgnMa0yYUfeebsK0PAWSpre1nufcLLRr\/aUYxZZUeJcJO2LhKaBYRSoz85T8zAcP7TMYh4ip8tHzIQT0EQOnkXH1s38XzDe\/KwE15k2+bclDwwWXtUu0dwuih7iVIDHTuSfNXkIqBx2aSaZu5X23ZilYCi7uXreMeVwaPWXl6HlzldMS3IPctxr9Ido8IJpbU35Qw20RFVuU7Iq1oi+Tlyb5X6AgYJcmsj3Mqb2C5ZF6ajLusJ2m5GpzIkmIgQIDAQAB",
    "externally_connectable": {
        "matches": [
            "https:\/\/auth.aodocs.com\/*"
        ]
    }
}