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 |
| Eメール | [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"
]
} | |