Add to OmniFocus for Gmail
Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.
Τι είναι το Add to OmniFocus for Gmail;
Το Add to OmniFocus for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://schof.co, και η κύρια λειτουργία του είναι "Adds a button to Gmail threads to add them to OmniFocus, including a link to the message.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Add to OmniFocus for Gmail
Λήψη αρχείων επέκτασης Add to OmniFocus for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds a button to Gmail threads to add them to OmniFocus, including a link to the message. This extension works with the new Gmail as well as with the old Gmail interface. Support for the new Gmail UI is in beta, so please let us know if something isn't working correctly for you! You can reach us on: [email protected] After installing, please reload any Gmail tabs you might have open, so that the button will show up. Note: this extension is in no way affiliated or created by Omnigroup.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Add to OmniFocus for Gmail |
ID | ihgdbplidfgbloomplhlgncccbnpfdpm |
Επίσημο URL | https://chromewebstore.google.com/detail/add-to-omnifocus-for-gmai/ihgdbplidfgbloomplhlgncccbnpfdpm |
Περιγραφή | Adds a button to Gmail threads to add them to OmniFocus, including a link to the message. |
Μέγεθος Αρχείου | 53.15 KB |
Αριθμός Εγκαταστάσεων | 1,052 |
Τρέχουσα Έκδοση | 1.1.2 |
Τελευταία Ενημέρωση | 2020-07-09 |
Ημερομηνία Δημοσίευσης | 2019-07-22 |
Αξιολόγηση | 3.50/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | https://schof.co |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://schof.co |
Διεύθυνση URL της Σελίδας Βοήθειας | https://schof.co/?utm_source=gmail-omnifocus |
URL της Σελίδας Πολιτικής Απορρήτου | https://infowijs.nl/privacy?r=google-webstore |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to OmniFocus for Gmail", "short_name": "OmniFocus", "version": "1.1.2", "description": "Adds a button to Gmail threads to add them to OmniFocus, 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 } |