Add to Things for Gmail

Adds a button to Gmail threads to add them to Things, including a link to the message.

Wat is Add to Things for Gmail?

Add to Things for Gmail is een Chrome-extensie ontwikkeld door https://schof.co, en de belangrijkste functie is "Adds a button to Gmail threads to add them to Things, including a link to the message.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Add to Things for Gmail

Download Add to Things for Gmail-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

                        Simple extension, which adds a button to Gmail threads to add them to Things, including a link to the message.                    

Basisinformatie over de Extensie

Naam Add to Things for Gmail Add to Things for Gmail
ID mkpapmkjeddhenbmhdihdiiijgckifln
Officiële URL https://chromewebstore.google.com/detail/add-to-things-for-gmail/mkpapmkjeddhenbmhdihdiiijgckifln
Beschrijving Adds a button to Gmail threads to add them to Things, including a link to the message.
Bestandsgrootte 52.79 KB
Aantal Installaties 306
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-07-24
Publicatiedatum 2019-07-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://schof.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://schof.co
Help Pagina-URL https://schof.co/?utm_source=gmail-things
URL van de Privacybeleid Pagina https://infowijs.nl/privacy?r=google-webstore
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Things for Gmail",
    "short_name": "Things",
    "version": "1.0.1",
    "description": "Adds a button to Gmail threads to add them to Things, including a link to the message.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "content.js",
        "main.js",
        "vendor.js"
    ],
    "manifest_version": 2
}