Inbox Zero FTW for Gmail
Get rewarded when you clear your inbox with a random animated GIF
Τι είναι το Inbox Zero FTW for Gmail;
Το Inbox Zero FTW for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://inboxzeroftw.com, και η κύρια λειτουργία του είναι "Get rewarded when you clear your inbox with a random animated GIF".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Inbox Zero FTW for Gmail
Λήψη αρχείων επέκτασης Inbox Zero FTW for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Replaces Gmail's default empty inbox message with a random GIF from Giphy! Gmail's default message is BORING. "No mail" or "Primary tab is empty". ::sad_face:: You should be excited when you clear all emails from your inbox! Celebrate! Extension works with Standard and Priority style inboxes for Gmail on Google Chrome and Vivaldi. Support for Google Inbox can be added upon request. **Beta Version** Please report any bugs or feedback to [email protected] **Privacy Policy** Extension does not require access to your email. Email and page contents are never read, stored, or shared. Extension checks for an empty inbox and updates the page with FTW content. When new mail comes in, FTW content is removed. Any questions on this policy or how the extension works, please email [email protected] **FTW = "For the Win!"
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gagfgnppoeidimgdckhlkdomnlfnefgi |
Επίσημο URL | https://chrome.google.com/webstore/detail/inbox-zero-ftw-for-gmail/gagfgnppoeidimgdckhlkdomnlfnefgi |
Περιγραφή | Get rewarded when you clear your inbox with a random animated GIF |
Μέγεθος Αρχείου | 36.93 KB |
Αριθμός Εγκαταστάσεων | 103 |
Τρέχουσα Έκδοση | 0.2.4 |
Τελευταία Ενημέρωση | 2016-08-12 |
Ημερομηνία Δημοσίευσης | 2016-08-12 |
Αξιολόγηση | 3.60/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | http://inboxzeroftw.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.inboxzeroftw.com |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox Zero FTW for Gmail", "version": "0.2.4", "short_name": "Inbox Zero FTW", "description": "Get rewarded when you clear your inbox with a random animated GIF", "icons": { "16": "assets\/images\/icon-16.png", "32": "assets\/images\/icon-32.png", "48": "assets\/images\/icon-48.png", "64": "assets\/images\/icon-64.png", "128": "assets\/images\/icon-128.png" }, "background": { "scripts": [ "assets\/js\/background.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "css": [ "assets\/css\/base-min.css", "assets\/css\/styles.css" ], "js": [ "assets\/js\/lib\/zepto.min.js", "assets\/js\/init.js" ], "all_frames": false } ], "web_accessible_resources": [ "assets\/html\/*", "assets\/css\/*", "assets\/images\/*", "assets\/js\/lib\/*" ], "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |