SmartGMAIL Patch
Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
Τι είναι το SmartGMAIL Patch;
Το SmartGMAIL Patch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.smartthing.org, και η κύρια λειτουργία του είναι "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SmartGMAIL Patch
Λήψη αρχείων επέκτασης SmartGMAIL Patch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | SmartGMAIL Patch |
ID | hejcfkngjnkldnopakhhkmngdkcigogm |
Επίσημο URL | https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm |
Περιγραφή | Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product. |
Μέγεθος Αρχείου | 3.91 KB |
Αριθμός Εγκαταστάσεων | 49 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2017-03-22 |
Ημερομηνία Δημοσίευσης | 2017-03-22 |
Προγραμματιστής | https://www.smartthing.org |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.smartthing.org/portfolio/smartgmail/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://support.smartthing.org |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.smartthing.org/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SmartGMAIL Patch", "version": "1.4", "description": "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.", "content_scripts": [ { "matches": [ "http:\/\/mail.google.com\/mail\/*", "https:\/\/mail.google.com\/mail\/*" ], "js": [ "smartgmail.js" ] } ], "web_accessible_resources": [ "smartgmail-user.js" ] } |