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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |