FastInterviews Extension
FastInterviews Extension connects you with the best people at companies to secure a first interview
FastInterviews Extensionคืออะไร?
FastInterviews Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fastinterviews.com และคุณลักษณะหลักของมันคือ "FastInterviews Extension connects you with the best people at companies to secure a first interview"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FastInterviews Extension
ดาวน์โหลดไฟล์ส่วนขยาย FastInterviews Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We find the best people for you to connect with and help you generate messages you can use to reach out to them via Linkedin connect notes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FastInterviews Extension |
ID | fjlnhjhlblcejjfiodnaapbbmooodjcg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg |
คำอธิบาย | FastInterviews Extension connects you with the best people at companies to secure a first interview |
ขนาดไฟล์ | 5.91 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-02-28 |
วันที่เผยแพร่ | 2023-02-27 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://fastinterviews.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://fastinterviews.com/privacy_policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FastInterviews Extension", "version": "1.0", "description": "FastInterviews Extension connects you with the best people at companies to secure a first interview", "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.openai.com\/*" ], "action": { "default_title": "Click to show an alert" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.fastinterviews.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "128.png" }, "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "cookies", "tabs" ] } |