Add to Things for Gmail

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

Τι είναι το Add to Things for Gmail;

Το Add to Things for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://schof.co, και η κύρια λειτουργία του είναι "Adds a button to Gmail threads to add them to Things, including a link to the message.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Add to Things for Gmail

Λήψη αρχείων επέκτασης Add to Things for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Add to Things for Gmail Add to Things for Gmail
ID mkpapmkjeddhenbmhdihdiiijgckifln
Επίσημο URL https://chromewebstore.google.com/detail/add-to-things-for-gmail/mkpapmkjeddhenbmhdihdiiijgckifln
Περιγραφή Adds a button to Gmail threads to add them to Things, including a link to the message.
Μέγεθος Αρχείου 52.79 KB
Αριθμός Εγκαταστάσεων 306
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2019-07-24
Ημερομηνία Δημοσίευσης 2019-07-24
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://schof.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://schof.co
Διεύθυνση URL της Σελίδας Βοήθειας https://schof.co/?utm_source=gmail-things
URL της Σελίδας Πολιτικής Απορρήτου https://infowijs.nl/privacy?r=google-webstore
Υποστηριζόμενες Γλώσσες 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
}