SoloStar

Supercharge your recruiting game.

SoloStarคืออะไร?

SoloStar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://solostar.io และคุณลักษณะหลักของมันคือ "Supercharge your recruiting game."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoloStar

ดาวน์โหลดไฟล์ส่วนขยาย SoloStar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SoloStar SoloStar
ID mpgifldcehdaecljlhiifnljeeganpmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/solostar/mpgifldcehdaecljlhiifnljeeganpmg
คำอธิบาย Supercharge your recruiting game.
ขนาดไฟล์ 155 KB
จำนวนการติดตั้ง 351
เวอร์ชันปัจจุบัน 0.0.26
อัปเดตครั้งล่าสุด 2024-01-18
วันที่เผยแพร่ 2022-01-19
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://solostar.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://solostar.io
URL หน้าช่วยเหลือ https://solostar.io/contact
URL หน้านโยบายความเป็นส่วนตัว https://solostar.io/privacy
ภาษาที่รองรับ 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"
}