seeglassdoor
See Glassdoor information when on a company's website.
Τι είναι το seeglassdoor;
Το seeglassdoor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον doobix, και η κύρια λειτουργία του είναι "See Glassdoor information when on a company's website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης seeglassdoor
Λήψη αρχείων επέκτασης seeglassdoor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Do you ever find yourself visiting a company's website and thinking, "What would it be like to work here?" Now with this Chrome extension, you'll have a 1-click button to see the company's ratings and reviews from Glassdoor! When you are on a website, just click the seeglassdoor button and the company information will be looked up from Glassdoor based on the URL of the Chrome tab that you are currently viewing. For example, if you are viewing yahoo.com and you click the seeglassdoor button, Yahoo company information will pop up. This project is open source. Feel free to contribute by creating issues and pull requests in the GitHub repo here: https://github.com/doobix/seeglassdoor
Βασικές Πληροφορίες Επέκτασης
Όνομα | seeglassdoor |
ID | cgganckkpjppenjelhbimliplciledbb |
Επίσημο URL | https://chromewebstore.google.com/detail/seeglassdoor/cgganckkpjppenjelhbimliplciledbb |
Περιγραφή | See Glassdoor information when on a company's website. |
Μέγεθος Αρχείου | 54.16 KB |
Αριθμός Εγκαταστάσεων | 179 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2020-07-20 |
Ημερομηνία Δημοσίευσης | 2016-03-12 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | doobix |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/doobix/seeglassdoor/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "seeglassdoor", "description": "See Glassdoor information when on a company's website.", "version": "1.2.1", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "seeglassdoor", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |