FastInterviews Extension
FastInterviews Extension connects you with the best people at companies to secure a first interview
Wat is FastInterviews Extension?
FastInterviews Extension is een Chrome-extensie ontwikkeld door https://fastinterviews.com, en de belangrijkste functie is "FastInterviews Extension connects you with the best people at companies to secure a first interview".
Extensie Screenshots
Download het CRX-bestand van de extensie FastInterviews Extension
Download FastInterviews Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | FastInterviews Extension |
ID | fjlnhjhlblcejjfiodnaapbbmooodjcg |
Officiële URL | https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg |
Beschrijving | FastInterviews Extension connects you with the best people at companies to secure a first interview |
Bestandsgrootte | 5.91 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-02-28 |
Publicatiedatum | 2023-02-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://fastinterviews.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://fastinterviews.com/privacy_policy.html |
Ondersteunde Talen | 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" ] } |