seeglassdoor
See Glassdoor information when on a company's website.
seeglassdoorとは何ですか?
seeglassdoorはdoobixによって開発されたChromeの拡張機能で、その主な機能は「See Glassdoor information when on a company's website.」です。
拡張機能のスクリーンショット
seeglassdoor拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |