Add to Things for Gmail
Adds a button to Gmail threads to add them to Things, including a link to the message.
Vad är Add to Things for Gmail?
Add to Things for Gmail är en Chrome-tillägg utvecklad av https://schof.co, och dess huvudfunktion är "Adds a button to Gmail threads to add them to Things, including a link to the message.".
Tilläggsskärmbilder
Ladda ner Add to Things for Gmail-förlängningens CRX-fil
Ladda ner Add to Things for Gmail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Simple extension, which adds a button to Gmail threads to add them to Things, including a link to the message.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | mkpapmkjeddhenbmhdihdiiijgckifln | 
| Officiell webbadress | https://chromewebstore.google.com/detail/add-to-things-for-gmail/mkpapmkjeddhenbmhdihdiiijgckifln | 
| Beskrivning | Adds a button to Gmail threads to add them to Things, including a link to the message. | 
| Filstorlek | 52.79 KB | 
| Antal Installationer | 306 | 
| Aktuell Version | 1.0.1 | 
| Senast Uppdaterad | 2019-07-24 | 
| Publiceringsdatum | 2019-07-24 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | https://schof.co | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://schof.co | 
| Hjälpsida URL | https://schof.co/?utm_source=gmail-things | 
| URL till Sekretesspolicy Sidan | https://infowijs.nl/privacy?r=google-webstore | 
| Stödda Språk | 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
}  |  |