Happay

Happay Gmail Expense Extension

What is Happay?

Happay is a Chrome extension developed by Happay, and its main feature is "Happay Gmail Expense Extension".

Extension Screenshots

screenshot

Download Happay Extension CRX File

Download Happay 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

                        Happay is an Indian FinTech company that develops business expense management solutions for SMEs and Enterprises. Happay’s web and mobile application interlinked to Visa and MasterCards enable corporates to seamlessly manage business payments, automate expense reporting, control fraudulent spends, and manage cash flows more efficiently.                    

Extension Basic Information

Name Happay Happay
ID kaklnlinmjmnjgahnipelookiabhafoj
Official URL https://chrome.google.com/webstore/detail/kaklnlinmjmnjgahnipelookiabhafoj
Description Happay Gmail Expense Extension
File Size 812 KB
Installation Count 80
Current Version 1.2.8
Last Updated 2017-08-30
Publish Date 2017-08-30
Developer Happay
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Happay",
    "short_name": "Happay",
    "description": "Happay Gmail Expense Extension",
    "version": "1.2.8",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "48": "assets\/icon_48.png",
            "128": "assets\/icon_128.png"
        },
        "default_title": "Happay"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "moment.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/*"
            ],
            "js": [
                "jquery.js",
                "bootstrap.min.js",
                "moment.min.js",
                "getToken.js",
                "inject.js"
            ]
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "logo_black.png",
        "logo.png",
        "assets\/icon_48.png",
        "fonts\/glyphicons-halflings-regular.eot",
        "fonts\/glyphicons-halflings-regular.ttf",
        "fonts\/glyphicons-halflings-regular.woff",
        "fonts\/glyphicons-halflings-regular.woff2",
        "fonts\/fontawesome.otf",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2",
        "moment.min.js",
        "jquery.js",
        "bootstrap.min.js"
    ],
    "incognito": "not_allowed",
    "permissions": [
        "identity",
        "identity.email",
        "https:\/\/mail.google.com\/*",
        "https:\/\/api.happay.in\/*",
        "tabs",
        "activeTab"
    ],
    "oauth2": {
        "client_id": "443472452053-5oq8et2cpd9ea3ot2k93kgvs47kst31e.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiVRpQpYdUZiz53Ym+pmVG5flMtQixB+9THkMVY0SlR\/0Nwv34\/jD+aWhP5sp\/d6qB\/1v94woUUR9+vLohy9XggtAUWcYkilffznyv4ARI\/sugKrU0Z30RRbWtwhwj5DK3N2\/gdFiS7m1iFX\/JCDDLtv5SFJlFIy4tOjb3\/XRIcmNS25K\/T7W2AX7wavz+9QggdrcpqLqN3x3e0qzhfwawEFu+2Br3XaLSqm9hm4GdPVdeGLmnlUb0OWFORR\/Amc2j7aL8pVZZup3jVpD9kwgarMR97\/3ii3bkbZyIRI8w1WNOs3gfip92+9Racx7XNdbOy30fx2uWuSO\/+3sejOWlwIDAQAB"
}