Add to Things for Gmail

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

Hvad er Add to Things for Gmail?

Add to Things for Gmail er en Chrome-udvidelse udviklet af https://schof.co, og dens hovedfunktion er "Adds a button to Gmail threads to add them to Things, including a link to the message.".

Udvidelsesskærmbilleder

screenshot

Download Add to Things for Gmail-udvidelses-CRX-fil

Download Add to Things for Gmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Add to Things for Gmail Add to Things for Gmail
ID mkpapmkjeddhenbmhdihdiiijgckifln
Officiel URL https://chromewebstore.google.com/detail/add-to-things-for-gmail/mkpapmkjeddhenbmhdihdiiijgckifln
Beskrivelse Adds a button to Gmail threads to add them to Things, including a link to the message.
Filstørrelse 52.79 KB
Antal Installationer 306
Nuværende Version 1.0.1
Senest Opdateret 2019-07-24
Udgivelsesdato 2019-07-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://schof.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://schof.co
Hjælpeside-URL https://schof.co/?utm_source=gmail-things
URL til Fortrolighedspolitik Side https://infowijs.nl/privacy?r=google-webstore
Understøttede Sprog 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
}