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文件
下载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 扩展基本信息
| 名称 | |
| 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"
]
} | |