Chrometa Browser Extension

A minimal extension which demonstrates how to create a extension with Gmail.JS and NodeJS-based bundling.

Wat is Chrometa Browser Extension?

Chrometa Browser Extension is een Chrome-extensie ontwikkeld door https://www.chrometa.com, en de belangrijkste functie is "A minimal extension which demonstrates how to create a extension with Gmail.JS and NodeJS-based bundling.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chrometa Browser Extension

Download Chrometa Browser Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The Chrometa Gmail Plugin for Google Chrome will help you capture and make sense of your Gmail based email time more accurately and efficiently.  

By installing this plugin, Chrometa will be able to pull the To/From address and Subject line information for all emails you read, compose, and reply to. 

Chrometa is an automatic time tracking software that automatically captures and categorizes your time - without the need to manually enter anything into the computer as you work.                    

Basisinformatie over de Extensie

Naam Chrometa Browser Extension Chrometa Browser Extension
ID oddgmebjfbcgbpooakegghmjgfmahjgb
Officiële URL https://chromewebstore.google.com/detail/chrometa-browser-extensio/oddgmebjfbcgbpooakegghmjgfmahjgb
Beschrijving A minimal extension which demonstrates how to create a extension with Gmail.JS and NodeJS-based bundling.
Bestandsgrootte 3.21 MB
Aantal Installaties 127
Huidige Versie 1.0
Laatst Bijgewerkt 2021-12-18
Publicatiedatum 2021-02-27
Ontwikkelaar https://www.chrometa.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://chrometa.zendesk.com/hc/en-us
URL van de Privacybeleid Pagina https://www.chrometa.com/privacy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrometa Browser Extension",
    "short_name": "chrometabrowserextension",
    "version": "1.0",
    "author": "Jeremy Demain ",
    "description": "A minimal extension which demonstrates how to create a extension with Gmail.JS and NodeJS-based bundling.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/extensionInjector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "dist\/extension.js"
    ],
    "permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/Chrometa 16x16.png",
        "32": "images\/Chrometa 32x32.png",
        "48": "images\/Chrometa 48x48.png",
        "128": "images\/Chrometa 128x128.png"
    }
}