FastInterviews Extension
FastInterviews Extension connects you with the best people at companies to secure a first interview
FastInterviews Extension란 무엇입니까?
FastInterviews Extension은(는) https://fastinterviews.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FastInterviews Extension connects you with the best people at companies to secure a first interview"입니다.
확장 프로그램 스크린샷
FastInterviews Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |