FastInterviews Extension
FastInterviews Extension connects you with the best people at companies to secure a first interview
FastInterviews Extension là gì?
FastInterviews Extension là một tiện ích mở rộng Chrome được phát triển bởi https://fastinterviews.com, và tính năng chính của nó là "FastInterviews Extension connects you with the best people at companies to secure a first interview".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FastInterviews Extension
Tải xuống các tệp mở rộng FastInterviews Extension 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FastInterviews Extension |
ID | fjlnhjhlblcejjfiodnaapbbmooodjcg |
URL Chính Thức | https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg |
Mô tả | FastInterviews Extension connects you with the best people at companies to secure a first interview |
Kích Thước Tệp | 5.91 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-02-28 |
Ngày Phát Hành | 2023-02-27 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://fastinterviews.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://fastinterviews.com/privacy_policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |