My App

This app does something awesome.

What is My App?

My App is a Chrome extension developed by pkanchan, and its main feature is "This app does something awesome.".

Extension Screenshots

screenshot

Download My App Extension CRX File

Download My App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        drive_app_public22                    

Extension Basic Information

Name My App My App
ID bhecfeopeoicofjgfiikmekcncdkdlpo
Official URL https://chrome.google.com/webstore/detail/my-app/bhecfeopeoicofjgfiikmekcncdkdlpo
Description This app does something awesome.
File Size 7.4 KB
Installation Count 280
Current Version 5
Last Updated 2018-04-26
Publish Date 2018-04-26
Rating 4.20/5 Total 15 Ratings
Developer pkanchan
Payment Type free
Help Page URL http://supporturl.com
Supported Languages en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "5",
    "manifest_version": 2,
    "container": [
        "GOOGLE_DRIVE",
        "DOMAIN_INSTALLABLE"
    ],
    "api_console_project_id": "172256166315",
    "gdrive_mime_types": {
        "http:\/\/drive.google.com\/intents\/opendrivedoc": [
            {
                "type": [
                    "image\/png",
                    "image\/jpeg",
                    "image\/gif",
                    "application\/vnd.google.drive.ext-type.png",
                    "application\/vnd.google.drive.ext-type.jpg",
                    "application\/vnd.google.drive.ext-type.gif"
                ],
                "href": "http:\/\/your_web_url\/",
                "title": "Open",
                "disposition": "window"
            }
        ]
    },
    "icons": {
        "128": "128.jpeg"
    }
}