SoloStar

Supercharge your recruiting game.

SoloStar là gì?

SoloStar là một tiện ích mở rộng Chrome được phát triển bởi https://solostar.io, và tính năng chính của nó là "Supercharge your recruiting game.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng SoloStar 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

                        SoloStar is a browser extension that enhances LinkedIn profiles and recruiter searches to help you unlock top talent.

Feedback or concerns? Contact us at [email protected]                    

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

Tên SoloStar SoloStar
ID mpgifldcehdaecljlhiifnljeeganpmg
URL Chính Thức https://chromewebstore.google.com/detail/solostar/mpgifldcehdaecljlhiifnljeeganpmg
Mô tả Supercharge your recruiting game.
Kích Thước Tệp 155 KB
Số Lần Cài Đặt 351
Phiên Bản Hiện Tại 0.0.26
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2022-01-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://solostar.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://solostar.io
URL Trang Trợ Giúp https://solostar.io/contact
URL Trang Chính Sách Bảo Mật https://solostar.io/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SoloStar",
    "version": "0.0.26",
    "description": "Supercharge your recruiting game.",
    "author": "SoloStar",
    "icons": {
        "192": "assets\/logo192.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/talent\/*"
            ],
            "js": [
                "import-content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/sidebar.html"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "options_page": "pages\/options.html"
}