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 |
| 官方網址 | 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"
]
} | |