FastInterviews Extension
FastInterviews Extension connects you with the best people at companies to secure a first interview
Cos'è FastInterviews Extension?
FastInterviews Extension è un'estensione di Chrome sviluppata da https://fastinterviews.com, e la sua funzione principale è "FastInterviews Extension connects you with the best people at companies to secure a first interview".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FastInterviews Extension
Scarica i file di estensione FastInterviews Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | FastInterviews Extension |
ID | fjlnhjhlblcejjfiodnaapbbmooodjcg |
URL Ufficiale | https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg |
Descrizione | FastInterviews Extension connects you with the best people at companies to secure a first interview |
Dimensione del File | 5.91 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-02-28 |
Data di Pubblicazione | 2023-02-27 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://fastinterviews.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://fastinterviews.com/privacy_policy.html |
Lingue Supportate | 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" ] } |