FastInterviews Extension
FastInterviews Extension connects you with the best people at companies to secure a first interview
Co to jest FastInterviews Extension?
FastInterviews Extension to rozszerzenie Chrome opracowane przez https://fastinterviews.com, a jego główną funkcją jest „FastInterviews Extension connects you with the best people at companies to secure a first interview”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FastInterviews Extension
Pobierz pliki rozszerzeń FastInterviews Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | FastInterviews Extension |
ID | fjlnhjhlblcejjfiodnaapbbmooodjcg |
Oficjalny URL | https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg |
Opis | FastInterviews Extension connects you with the best people at companies to secure a first interview |
Rozmiar pliku | 5.91 KB |
Liczba instalacji | 54 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-02-28 |
Data Publikacji | 2023-02-27 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://fastinterviews.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://fastinterviews.com/privacy_policy.html |
Obsługiwane Języki | 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" ] } |