FastInterviews Extension
FastInterviews Extension connects you with the best people at companies to secure a first interview
Hvad er FastInterviews Extension?
FastInterviews Extension er en Chrome-udvidelse udviklet af https://fastinterviews.com, og dens hovedfunktion er "FastInterviews Extension connects you with the best people at companies to secure a first interview".
Udvidelsesskærmbilleder
Download FastInterviews Extension-udvidelses-CRX-fil
Download FastInterviews Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | FastInterviews Extension |
ID | fjlnhjhlblcejjfiodnaapbbmooodjcg |
Officiel URL | https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg |
Beskrivelse | FastInterviews Extension connects you with the best people at companies to secure a first interview |
Filstørrelse | 5.91 KB |
Antal Installationer | 54 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-02-28 |
Udgivelsesdato | 2023-02-27 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://fastinterviews.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://fastinterviews.com/privacy_policy.html |
Understøttede Sprog | 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" ] } |