Panel Extension For Gmail
View your Gmail in a panel within Google Chrome.
Τι είναι το Panel Extension For Gmail;
Το Panel Extension For Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.droid-den.com, και η κύρια λειτουργία του είναι "View your Gmail in a panel within Google Chrome.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Panel Extension For Gmail
Λήψη αρχείων επέκτασης Panel Extension For Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension adds a panel to your Google Chrome™ that displays an optimised view of your Gmail™ account. You may need to enable the panel flags in Chrome before the panel will work for you. Gmail is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. You need panels enabled in Chrome in order to get the most out of this extension, do it by: Type chrome://flags/ in the address bar and enable the panel option. Update: If you have some issues such as not being able to go back to the list of emails once inside an email, or being able to select your labels, then please disable your adblocker. It seems there is some issue with this and the Gmail site.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Panel Extension For Gmail |
ID | gmeifladpehcngpnildmklfaofdmmnie |
Επίσημο URL | https://chromewebstore.google.com/detail/panel-extension-for-gmail/gmeifladpehcngpnildmklfaofdmmnie |
Περιγραφή | View your Gmail in a panel within Google Chrome. |
Μέγεθος Αρχείου | 246 KB |
Αριθμός Εγκαταστάσεων | 955 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2013-07-11 |
Ημερομηνία Δημοσίευσης | 2013-07-11 |
Αξιολόγηση | 4.15/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | https://www.droid-den.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://plus.google.com/u/0/113562486592922185062 |
Διεύθυνση URL της Σελίδας Βοήθειας | https://plus.google.com/u/0/113562486592922185062 |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Panel Extension For Gmail", "description": "View your Gmail in a panel within Google Chrome.", "version": "0.1", "background": { "scripts": [ "js\/background.js", "js\/events.js", "js\/contextmenu.js" ] }, "browser_action": { "default_icon": "img\/icon_128.png" }, "options_page": "options.html", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" }, "permissions": [ "tabs", "storage", "contextMenus", "https:\/\/mail.google.com\/mail\/mu\/*" ], "content_scripts": [ { "all_frames": false, "css": [ "css\/contentstyle.css" ], "js": [ "js\/contentscript.js" ], "matches": [ "https:\/\/mail.google.com\/mail\/mu\/*" ], "run_at": "document_end" } ], "manifest_version": 2 } |