Sudespacho Gmail

Sudespacho Gmail

What is Sudespacho Gmail?

Sudespacho Gmail is a Chrome extension developed by apps, and its main feature is "Sudespacho Gmail".

Extension Screenshots

screenshot
screenshot

Download Sudespacho Gmail Extension CRX File

Download Sudespacho Gmail 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

                        App para la interconexion entre gmail y sudespacho.net                    

Extension Basic Information

Name Sudespacho Gmail Sudespacho Gmail
ID oofegagceofofojpdmkhhlalfanbkfbm
Official URL https://chromewebstore.google.com/detail/sudespacho-gmail/oofegagceofofojpdmkhhlalfanbkfbm
Description Sudespacho Gmail
File Size 181 KB
Installation Count 113
Current Version 0.1.4
Last Updated 2021-04-06
Publish Date 2019-03-25
Rating 5.00/5 Total 1 Ratings
Developer apps
Email [email protected]
Payment Type free
Privacy Policy Page URL http://d2eb79appvasri.cloudfront.net/sudespacho/Privacidad%20APP%20Sudespacho.pdf
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sudespacho Gmail",
    "description": "Sudespacho Gmail",
    "version": "0.1.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "SuDespacho",
        "default_popup": "templates\/popup_browser_action.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "external\/jquery-3.1.0.min.js",
            "external\/base64.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "external\/jquery-ui.min.css",
                "css\/content.css"
            ],
            "js": [
                "external\/jquery-3.1.0.min.js",
                "external\/jquery-ui.min.js",
                "inboxsdk.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "identity",
        "*:\/\/*.google.com\/*",
        "https:\/\/www.inboxsdk.com\/*",
        "https:\/\/eplanv3.sudespacho.net\/*",
        "https:\/\/desarrollossl.sudespacho.local\/*",
        "https:\/\/dev.sudespacho.net\/*",
        "https:\/\/*.sudespacho.net\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "templates\/*.html"
    ],
    "content_security_policy": "script-src https:\/\/*.google.com 'self' 'unsafe-eval'; object-src 'self'",
    "oauth2": {
        "client_id": "614033864576-bh8afcgk15luuab98155b8765gkl7fla.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.modify",
            "https:\/\/www.googleapis.com\/auth\/gmail.labels"
        ]
    }
}