seeglassdoor

See Glassdoor information when on a company's website.

seeglassdoor là gì?

seeglassdoor là một tiện ích mở rộng Chrome được phát triển bởi doobix, và tính năng chính của nó là "See Glassdoor information when on a company's website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng seeglassdoor

Tải xuống các tệp mở rộng seeglassdoor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên seeglassdoor seeglassdoor
ID cgganckkpjppenjelhbimliplciledbb
URL Chính Thức https://chromewebstore.google.com/detail/seeglassdoor/cgganckkpjppenjelhbimliplciledbb
Mô tả See Glassdoor information when on a company's website.
Kích Thước Tệp 54.16 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-07-20
Ngày Phát Hành 2016-03-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển doobix
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/doobix/seeglassdoor/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}