Affixa - Gmail (TM) Draft Display
This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…
Τι είναι το Affixa - Gmail (TM) Draft Display;
Το Affixa - Gmail (TM) Draft Display είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.affixa.com, και η κύρια λειτουργία του είναι "This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Affixa - Gmail (TM) Draft Display
Λήψη αρχείων επέκτασης Affixa - Gmail (TM) Draft Display σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By installing this extension and enabling the "show in web browser" option for your account in Affixa, you will be shown your draft message in your existing Gmail browser tab. It even works if you're logged into multiple Google accounts at the same time. Affixa is available from: https://www.affixa.com/ Use of trademarks is subject to Google Permissions. Privacy Policy: https://www.affixa.com/browser-extensions-privacy-policy/
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ceimgagkkofjoalgojpkdcmhmbljbbaa |
Επίσημο URL | https://chromewebstore.google.com/detail/affixa-gmail-tm-draft-dis/ceimgagkkofjoalgojpkdcmhmbljbbaa |
Περιγραφή | This extension is designed to work with Affixa Desktop or Enterprise editions and Gmail ™ or Google Apps ™ Mail accounts. By… |
Μέγεθος Αρχείου | 74.38 KB |
Αριθμός Εγκαταστάσεων | 436,662 |
Τρέχουσα Έκδοση | 4.4.1 |
Τελευταία Ενημέρωση | 2019-01-06 |
Ημερομηνία Δημοσίευσης | 2019-01-05 |
Αξιολόγηση | 4.20/5 Συνολικά 45 Αξιολογήσεις |
Προγραμματιστής | https://www.affixa.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.affixa.com/browser-extensions-privacy-policy/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.affixa.com/browser-extensions-privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "underscore-min.js", "GmailTabsManager.js", "GmailAccountsManager.js", "GmailAccount.js", "GmailTab.js", "GmailDraft.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "jquery-3.3.1.min.js", "arrive.min.js", "content.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Affixa - Gmail (TM) Draft Display", "permissions": [ "alarms", "tabs", "webRequest", "webRequestBlocking", "*:\/\/mail.google.com\/*", "*:\/\/accounts.google.com\/*" ], "version": "4.4.1" } |